NObsCount

class rubin_sim.scheduler.features.NObsCount(filtername=None, tag=None)

Bases: BaseSurveyFeature

Count the number of observations. Total number, not tracked over sky

Parameters:
filternamestr (None)

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

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)