LastObservation¶
- class rubin_sim.scheduler.features.LastObservation(survey_name=None)¶
Bases:
BaseSurveyFeature
Track the last observation. Useful if you want to see when the last time a survey took an observation.
- Parameters:
- survey_namestr (None)
Only records if the survey name matches (or survey_name set to None)
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.