RotatorAngle¶
- class rubin_sim.scheduler.features.RotatorAngle(filtername='r', binsize=10.0, nside=None)¶
Bases:
BaseSurveyFeature
Track what rotation angles things are observed with. XXX-under construction
Methods Summary
add_observation
(observation[, indx])- Parameters:
Methods Documentation
- add_observation(observation, indx=None)¶
- Parameters:
- obsevationdict-like
Object that contains the information about the observation (ra, dec, filter, mjd, etc)
- indxints (None)
The healpixel indices that the observation overlaps.