Instrument#
As the configuration of a system becomes more complex, it may be easier to describe (and startup) by making the startup steps into a Python package for import.
The instrument
package defines the features of your equipment for use with
data acquisition using the Bluesky [1] framework. It is
structured as a Python package [2] so that it will be easy to use with
the Python import
command, like much other Python software.
There are many ways to define your equipment so consider this guide as a reference for ideas rather than a set of requirements.
- Install New Instrument
- The
instrument
package for Bluesky Data Acquisition - Instrument Package Guide
- Python
__init__.py
files - Activate the bluesky conda environment
- Configure bluesky instrument
- Setup your databroker catalog configuration
- Create bluesky directory
- Create a bluesky IPython profile
- Create a File System Soft Link
- Translate Previous SPEC Configuration
- Setup catalog configuration for databroker
- Start software version control
- Test that Bluesky Works at APS
- Test the new bluesky instrument
- Test the New Bluesky Instrument