MOVING_QUADRANT_JITTER

Reduces a “Quadrant Jitter” observation, of a moving target including object masking

Description:

This script reduces a “quadrant jitter” photometry observation with UKIRT imaging data. It takes an imaging observation comprising one or more series of four object frames where the target is approximately centred in each quadrant; and a dark frame to make automatically a calibrated, untrimmed mosaic in the reference frame of the moving target.

It performs bad-pixel masking, null debiassing, dark subtraction, flat-field creation and division, feature detection and matching between object frames, and resampling. 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.

This recipe works well for extended moving sources (comets), whose extent does not exceed 45 arcseconds for UFTI or 10 arcseconds for IRCAM, in moderately crowded fields. Sources may include those with a comparatively bright core embedded in faint extended emission. The object need not be isolated, as the recipe masks objects within the other quadrants, and hence does not introduce significant artifacts into the flat field. This recipe should not be used for frames where the telescope guided on the moving object. In that case reduction should be performed by QUADRANT_JITTER_TELE, which registers using the telescope offsets alone.

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:

USEVAR = LOGICAL
Whether or not to create and propagate variance arrays. [0]

Related Recipes

MOVING_JITTER_SELF_FLAT, QUADRANT_JITTER, QUADRANT_JITTER_TELE.

Implementation Status: