NObsNight

class rubin_sim.scheduler.features.NObsNight(filtername='r', nside=None)

Bases: BaseSurveyFeature

Track how many times something has been observed in a night (Note, even if there are two, it might not be a good pair.)

Parameters:
filternamestring (‘r’)

Filter to track.

nsideint (32)

Scale of the healpix map

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.