SpiralDitherPerSeasonStacker

class rubin_sim.maf.maf_contrib.SpiralDitherPerSeasonStacker(ra_col='fieldRA', dec_col='fieldDec', field_id_col='fieldID', exp_mjd_col='expMJD', max_dither=1.75, wrap_last_season=True, num_points=10, n_coils=3)

Bases: SpiralDitherFieldPerVisitStacker

Offsets along a 10pt spiral. Sequential offset for all fields every seaso along a 10pt spiral.

Parameters:
raCol: str

name of the RA column in the data. Default: ‘fieldRA’.

decColstr

name of the Dec column in the data. Default: ‘fieldDec’.

fieldIdColstr

name of the fieldID column in the data. Default: ‘fieldID’.

exp_mjd_colstr

name of the date/time stamp column in the data. Default: ‘expMJD’.

maxDither: float

radius of the maximum dither offset, in degrees. Default: 1.75

wrap_last_season: `bool`

set to False to all consider 11 seasons independently. set to True to wrap 0th and 10th season, leading to a total of 10 seasons. Default: True

numPoints: int: number of points in the spiral. Default: 10
nCoils: int: number of coils the spiral. Default: 3