Processing math: 100%

MOVING_NOD_CHOP

Reduces a chopped and nodded observation of a moving target

Description:

This script reduces a chopped and nodded observation, currently just for Michelle data. It takes an imaging observation comprising a multiple-of-four object frames to make automatically a calibrated, untrimmed mosaic in the reference frame of a moving target.

It performs a null debiassing, creation and propagation of data variance, difference the integrations for each AB chop beam pair, bad-pixel masking, difference adjacent nodded pairs, registers the frames, and forms a mosaic. See the “Notes” for further information.

Registration is adjusted to track the motion of the moving target using ephemeris data stored in file target_ephem.dat. See “Ephemeris-file Format” for details of this file’s format.

Notes:

Ephemeris-file Format

The current format of the ephemeris file is one line per object comprising three space-separated fields in the following order:

Note that the right ascension motion is the change in right ascension multiplied by the cosine of the declination. The format will change to include UT and possibly date.

Output Data

Parameters:

NUMBER = INTEGER
The number of frames in the nod pattern. If absent, the number of offsets, as given by header NOFFSETS, minus one is used. If neither is available, 4 is used. An error state arises if the number of jittered frames is fewer than 4 and not a multiple of 4. []
USEVAR = LOGICAL
Whether or not to create and propagate variance arrays. [1]

Related Recipes

NOD_CHOP, MOVING_JITTER_SELF_FLAT, MOVING_QUADRANT_JITTER.

Implementation Status: