Developer Guide¶
The MTDomeTrajectory CSC is implemented using ts_salobj.
API¶
The primary classes are:
MTDomeTrajectory
: the CSC.BaseAlgorithm
: base class for motion algorithms.SimpleAlgorithm
: a simple motion algorithm.
lsst.ts.mtdometrajectory Package¶
Functions¶
Classes¶
|
Abstract class to handle different dome trajectory algorithms. |
|
Elevation and azimuth path segments |
|
MTDomeTrajectory CSC |
|
A very limited fake Dome CSC |
|
Simple algorithm to follow the target position from the pointing kernel. |
Class Inheritance Diagram¶
Build and Test¶
This is a pure python package. There is nothing to build except the documentation.
make_idl_files.py MTDomeTrajectory
setup -r .
pytest -v # to run tests
package-docs clean; package-docs build # to build the documentation
Contributing¶
lsst.ts.mtdometrajectory
is developed at https://github.com/lsst-ts/ts_mtdometrajectory.
You can find Jira issues for this module using labels=ts_mtdometrajectory.