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:
max_ditherfloat (0.7)

The maximum dither size to use (degrees).

per_nightbool (True)

If true, us the same dither offset for an entire night

nnightsint (7305)

The number of nights to pre-generate random dithers for

Methods Summary

__call__(observation_list, conditions)

Parameters:

Methods Documentation

__call__(observation_list, conditions)
Parameters:
observation_listlist of observations

The observations to detail.

conditionsrubin_sim.scheduler.conditions object
Returns:
List of observations.