Tracker
- class simsit.tracker.Tracker
Bases:
ABCAbstract base class for telescope tracking models.
Subclasses must provide the boresight direction and camera rotation angle at a requested time.
Methods Summary
get_boresight(time)Return the telescope boresight at the requested time.
get_rot_sky_pos(time)Return the camera rotation angle at the requested time.
Methods Documentation