NoteLastObserved¶
- class rubin_sim.scheduler.features.NoteLastObserved(note, filtername=None)¶
Bases:
BaseSurveyFeature
Track the last time an observation with a particular
note
field was made.- Parameters:
- notestr
Substring to match an observation note field to keep track of.
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.