Bluesky Instrument (BITS) package
for APS beamline 3-ID-C. Built on the
apsbits framework.
Where to start:
- New to Bluesky? Read Tutorial: Your first session.
- Coming from SPEC? Read SPEC → Bluesky cross-walk.
- Coming from EPICS? Read EPICS → ophyd.
- Already familiar? Jump to the cheat sheet or quick reference.
On a workstation with the conda environment already configured:
conda activate 3idc-bits
ipythonfrom id3c.startup import *
RE(sim_print_plan())Repository conventions live in
AGENTS.md at the root. Developer-facing guidance
(pre-commit setup, opt-out, style) is in
docs/source/contributing.md.
https://github.com/BCDA-APS/3idc-bits/issues
For first-time installation, see the developer setup section in CONTRIBUTING.