NObsSurvey¶
- class rubin_sim.scheduler.features.NObsSurvey(note=None)¶
Bases:
BaseSurveyFeature
Count the number of observations.
- Parameters:
- notestr (None)
Only count observations that have str in their note field
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.