LastNObsTimes

class rubin_sim.scheduler.features.LastNObsTimes(filtername=None, n_obs=3, nside=None)

Bases: BaseSurveyFeature

Record the last three observations for each healpixel

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)