ATCSUsages#
- class lsst.ts.observatory.control.auxtel.ATCSUsages#
Bases:
UsagesATCS usages definition.
Notes
Additional usages definition:
Slew: Enable all slew operations.
StartUp: Enable startup operations.
Shutdown: Enable shutdown operations.
PrepareForFlatfield: Enable preparation for flat-field.
OffsettingForATAOS: Enable offsetting from ATAOS
DryTest: Disable all CSCs. Mostly used for unit testing.
Attributes Summary
Attributes Documentation
- DryTest = 256#
- OffsettingForATAOS = 128#
- PrepareForFlatfield = 64#
- Shutdown = 32#
- Slew = 8#
- StartUp = 16#