NObservations

class rubin_sim.scheduler.features.NObservations(filtername=None, nside=None, survey_name=None)

Bases: BaseSurveyFeature

Track the number of observations that have been made across the sky.

Parameters:
filternamestr (‘r’)

String or list that has all the filters that can count.

nsideint (32)

The nside of the healpixel map to use

Methods Summary

add_observation(observation[, indx])

Parameters:

add_observations_array(observations_array, ...)

Methods Documentation

add_observation(observation, indx=None)
Parameters:
indxints

The indices of the healpixel map that have been observed by observation

add_observations_array(observations_array, observations_hpid)