APS-USAXS / bluesky

USAXS Bluesky instrument for APS-U era
0 stars 0 forks source link

Bluesky code for USAXS instrument (APS-U, 12ide)

Description USAXS instrument web page : https://usaxs.xray.aps.anl.gov/

USAXS instrument old Bluesky code is here: https://github.com/APS-USAXS/usaxs-bluesky-ended-2023

New USAXS instrument is located at APS 12ID beamline, hutch E. This is code used for operations of this instrument and is specific to existing hardware.

Caution: If you will use the bluesky queueserver (QS), note that 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.

Contains:

description item(s)
Introduction intro2bluesky.md
IPython console startup console/
Bluesky queueserver support introduction, *qs*
Instrument configuration instrument/
Conda environments environments/
Unit tests tests/
Documentation How-to, examples, tutorials, reference