Skip to content

slaclab/rogue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

447b2bf · Apr 11, 2025
Apr 1, 2025
Apr 1, 2025
Apr 1, 2025
Apr 8, 2025
Apr 8, 2025
Mar 25, 2022
Apr 10, 2025
Jul 8, 2024
Apr 10, 2025
Apr 1, 2025
Apr 10, 2025
Apr 29, 2024
Sep 9, 2018
Dec 6, 2022
Sep 8, 2021
Apr 8, 2025
Jul 10, 2024
Jan 6, 2025
Apr 1, 2025
May 10, 2024
Oct 1, 2021
Jul 31, 2024
Jun 28, 2024
Oct 1, 2021

Repository files navigation

Rogue

DOE Code

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

Anaconda-Server Badge Anaconda-Server Badge

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.