Skip to content

APS-1ID-MPE/hexm-bluesky

Repository files navigation

Bluesky Instrument for HEXM

Quick Reference

  • all

    bash
    cd ~/bluesky
    become_bluesky

    Start the QS GUI:

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

Watch the QS console from a terminal session:

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

    ./qserver.sh start
  • kurtag: git and conda activities

  • 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: