ConstantFootprint¶
- class rubin_sim.scheduler.utils.ConstantFootprint(nside=32, filters={'g': 1, 'i': 3, 'r': 2, 'u': 0, 'y': 5, 'z': 4})¶
Bases:
Footprint
Methods Summary
__call__
(mjd[, array])- Returns:
Methods Documentation
- __call__(mjd, array=False)¶
- Returns:
- a numpy array with the normalized number of observations that should be at each HEALpix.
- Multiply by the number of HEALpix observations (all filters), to convert to the number of observations
- desired.