DitherDetailer¶
- class rubin_sim.scheduler.detailers.DitherDetailer(max_dither=0.7, seed=42, per_night=True, nnights=7305)¶
Bases:
BaseDetailer
make a uniform dither pattern. Offset by a maximum radius in a random direction. Mostly intended for DDF pointings, the BaseMarkovDF_survey class includes dithering for large areas.
- Parameters:
Methods Summary
__call__
(observation_list, conditions)- Parameters:
Methods Documentation