BaseSurveyFeature

class rubin_sim.scheduler.features.BaseSurveyFeature(**kwargs)

Bases: BaseFeature

Feature that tracks progreess of the survey. Takes observations and updates self.feature

Methods Summary

add_observation(observation[, indx])

Parameters:

Methods Documentation

add_observation(observation, indx=None, **kwargs)
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.