NoteInNight¶
- class rubin_sim.scheduler.features.NoteInNight(notes=[])¶
Bases:
BaseSurveyFeature
How many times a matching note has executed in the current night
Methods Summary
add_observation
(observation[, indx])- Parameters:
add_observations_array
(observations_array, ...)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.
- add_observations_array(observations_array, observations_hpid)¶