https://github.com/slaclab/rogue
SLAC Python Based Hardware Abstraction & Data Acquisition System
https://github.com/slaclab/rogue
daq tid-air-es
Last synced: about 2 months ago
JSON representation
SLAC Python Based Hardware Abstraction & Data Acquisition System
- Host: GitHub
- URL: https://github.com/slaclab/rogue
- Owner: slaclab
- License: other
- Created: 2016-09-14T17:21:48.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2026-04-08T00:11:23.000Z (2 months ago)
- Last Synced: 2026-04-08T00:23:10.210Z (2 months ago)
- Topics: daq, tid-air-es
- Language: C++
- Homepage: https://slaclab.github.io/rogue/
- Size: 33.8 MB
- Stars: 49
- Watchers: 25
- Forks: 19
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Rogue
[DOE Code](https://www.osti.gov/doecode/biblio/8153)
SLAC Python Based Hardware Abstraction & Data Acquisition System
*Current documentation can be found at:*
https://slaclab.github.io/rogue/
*Email List For Announcements:*
https://listserv.slac.stanford.edu/cgi-bin/wa?A0=AIR-ROGUE-USERS
*JIRA:*
https://jira.slac.stanford.edu/projects/ESROGUE
# Getting Rogue
[](https://anaconda.org/tidair-tag/rogue) [](https://anaconda.org/tidair-tag/rogue)
Instructions for getting and installing Rogue can be found here:
https://slaclab.github.io/rogue/installing/index.html
# Miniforge Quick-start
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.