NObsCountSeason

class rubin_sim.scheduler.features.NObsCountSeason(season, nside=None, filtername=None, tag=None, season_modulo=2, offset=None, max_season=None, season_length=365.25)

Bases: BaseSurveyFeature

Count the number of observations.

Parameters:
filternamestr (None)

The filter to count (if None, all filters counted)

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.