LastsequenceObservation¶
- class rubin_sim.scheduler.features.LastsequenceObservation(sequence_ids='')¶
Bases:
BaseSurveyFeature
When was the last observation
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.