scopesim.effects.obs_strategies module¶
Effects describing observing strategies.
ChopNodCombiner: simulate chop-nod cycle
- class scopesim.effects.obs_strategies.ChopNodCombiner(**kwargs)[source]¶
Bases:
EffectCreates and combines 4 images for each of the chop/nod positions.
AA : original position
(dx, dy) = (0, 0)AB : chop position
(dx, dy) = chop_offsetsBA : nod position
(dx, dy) = nod_offsetsBB : chop-nod position
(dx, dy) = nod_offsets + chop_offsets
Images are combined using:
im_combined = (AA - AB) - (BA - BB)
If no
nod_offsetis given, it is set to the inverse ofchop_offset.ChopNodCombineris a detector effect and should be placed last in thedetector yaml (after the noise effects).