SLAC Python Based Hardware Abstraction & Data Acquisition System
Current documentation can be found at:
https://slaclab.github.io/rogue/
Email List For Announcements:
JIRA:
Instructions for getting and installing Rogue can be found here:
The following is how you install the latest released version of Rogue with miniforge. See above linked instructions for more details.
$ conda create -n rogue_tag -c tidair-tag -c conda-forge rogue
It is important to use the latest conda solver:
$ conda config --set channel_priority strict
$ conda install -n base conda-libmamba-solver
$ conda config --set solver libmamba
See migration notes in the documentation before moving to Rogue Version 6.0 as there have been some key structural changes.