Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 852 Bytes

configuration.rst

File metadata and controls

30 lines (21 loc) · 852 Bytes

Configuration

Modules that handle the data model and lstosa configuration parameters.

Options

It set the global variables shared across all the modules from the command line options. To modify them, import cliopts right after import options in the code.

Data Model

It defines the RunObj, SubrunObj, Sequence, SequenceCalibration, SequenceData objects that are used across lstosa.

Config

It reads the .cfg file containing the paths and configuration parameters. An example of this LSTOSA config file can be found in the repository sequencer.cfg.

Reference/API

.. automodapi:: osa.configs.config
.. automodapi:: osa.configs.datamodel