Config¶
- class lsst.ts.MTAOS.Config(config)¶
Bases:
object
Methods Summary
Get the enum of camera type in the configuration.
Get the default sky file path in the configuration.
Get the enum of instrument name in the configuration.
Get the ISR directory.
Get the state 0 DoF filename.
Methods Documentation
- getCamType()¶
Get the enum of camera type in the configuration.
- Returns
- enum ‘CamType’ in lsst.ts.wep.utility
Camera type.
- getDefaultSkyFile()¶
Get the default sky file path in the configuration.
This is for the test only.
- Returns
- pathlib.PosixPath or None
Get the default sky file path. Return None if there is no such setting.
- getInstName()¶
Get the enum of instrument name in the configuration.
- Returns
- enum ‘InstName’ in lsst.ts.ofc.utility
Instrument name.
- getIsrDir()¶
Get the ISR directory.
ISR: Instrument signature removal. This directory will have the input and output that the data butler needs.
- Returns
- str
ISR directory.
- getState0DofFile()¶
Get the state 0 DoF filename.
- Returns
- pathlib.PosixPath or None
Default state 0 DoF file path. Return None if value isn’t specified.