CoaddedDepth

class rubin_sim.scheduler.features.CoaddedDepth(filtername='r', nside=None, fwh_meff_limit=100.0)

Bases: BaseSurveyFeature

Track the co-added depth that has been reached accross the sky

Parameters:
fwh_meff_limitfloat (100)

The effective FWHM of the seeing (arcsecond). Images will only be added to the coadded depth if the observation FWHM is less than or equal to the limit. Default 100.

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.