Skip to content

Sandbox for 1-ID and 20-ID bluesky development

Notifications You must be signed in to change notification settings

cooleyv/mpe-bluesky

 
 

Repository files navigation

Bluesky Instrument for MPE

MPE includes 1-ID and HEXM (20-ID)

Quick Reference

  • all

    bash
    cd ~/bluesky
    become_bluesky

    Start the QS GUI:

    queue-monitor \
    --zmq-control-addr tcp://kurtag.xray.aps.anl.gov:60615 \
    --zmq-info-addr tcp://kurtag.xray.aps.anl.gov:60625 &

Watch the QS console from a terminal session:

qserver-console-monitor --zmq-info-addr tcp://kurtag.xray.aps.anl.gov:60625
  • kurtag: QS (queueserver) server

    ./qserver.sh start
  • kurtag: git and conda activities (need an external workstation, not kurtag)

  • erkel: data processing

CAUTION

Caution: Uses the bluesky queueserver (QS). Every Python file in this directory will be executed when QS starts the RunEngine. Don't add extra Python files to this directory. Instead, put them in user/ or somewhere else.

For more information

For more information, see:

About

Sandbox for 1-ID and 20-ID bluesky development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.7%
  • Jupyter Notebook 18.9%
  • Shell 2.4%