Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: cosmetic change

Software Dependencies

As shown in the dependency graph below, bluesky scripts depend on four external Python packages: numpy, ophyd, bluesky, and zmq.

Command LIne Arguments

Code Block
languagetext
title'python rix_bluesky_scan.py -h' output
collapsetrue
$ python rix_bluesky_scan.py -h
usage: rix_bluesky_scan.py [-h] [-p {0,1,2,3,4,5,6,7}] [-C COLLECT_HOST]
                           [-t TIMEOUT] [-c READOUT_COUNT] [-g GROUP_MASK]
                           [--config ALIAS] [--detname DETNAME]
                           [--scantype SCANTYPE] [-v]

optional arguments:
  -h, --help            show this help message and exit
  -p {0,1,2,3,4,5,6,7}  platform (default 2)
  -C COLLECT_HOST       collection host (default drp-neh-ctl001)
  -t TIMEOUT            timeout msec (default 10000)
  -c READOUT_COUNT      # of events to aquire at each step (default 120)
  -g GROUP_MASK         bit mask of readout groups (default 36)
  --config ALIAS        configuration alias (default BEAM)
  --detname DETNAME     detector name (default 'scan')
  --scantype SCANTYPE   scan type (default 'scan')
  -v                    be verbose