Processing math: 100%

MOVING_JITTER_SELF_FLAT

Reduces a “standard jitter” photometry observation of a moving target using object masking

Description:

This script reduces a “standard jitter” photometry observation with UKIRT imaging data. It takes an observation comprising jittered object frames of a moving target and a dark frame to make automatically a calibrated, untrimmed mosaic in the reference frame of the target.

It performs a null debiassing, bad-pixel masking, 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 faint moving sources and in moderately crowded fields. It should not be used for frames where the telescope guided on the moving object. In that case reduction should be performed by JITTER_SELF_FLAT_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:

NUMBER = INTEGER
The number of frames in the jitter pattern. If not supplied the number of offsets, as given by FITS header NOFFSETS, minus one is used. If neither is available, 9 is the default. An error state arises if the number of jittered frames is fewer than 3. For observations prior to the availability of full ORAC, header NOFFSETS will be absent. []
USEVAR = LOGICAL
Whether or not to create and propagate variance arrays. [0]

Related Recipes

JITTER_SELF_FLAT, JITTER_SELF_FLAT_TELE,
MOVING_JITTER_SELF_FLAT_BASIC.

Implementation Status:

Deprecated Variants

MOVING_JITTER9_SELF_FLAT.