BaseAlgorithm¶
- 
class 
lsst.ts.ATDomeTrajectory.BaseAlgorithm(**kwargs)¶ Bases:
abc.ABCAbstract class to handle different dome trajectory algorithms.
- Parameters
 
Methods Summary
configure(**kwargs)Configure the algorithm.
desired_dome_azimuth(dome_target_azimuth, …)Compute the desired dome azimuth.
Methods Documentation
- 
abstract 
configure(**kwargs)¶ Configure the algorithm.
- 
abstract 
desired_dome_azimuth(dome_target_azimuth, telescope_target, next_telescope_target=None)¶ Compute the desired dome azimuth.
- Parameters
 - dome_target_azimuth
floatorNone Dome target azimuth (deg), or
Noneif unknown.- telescope_target
ElevationAzimuth Telescope target elevation and azimuth.
- next_telescope_target
ElevationAzimuthorNone, optional Next telescope_target target elevation and azimuth, if known, else
None.
- dome_target_azimuth
 - Returns