QUADRANT_JITTER

Reduces a “Quadrant Jitter” observation, including object masking

Description:

This script reduces a “quadrant jitter” photometry observation with near-infrared 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 a calibrated, untrimmed mosaic automatically.

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.

This recipe is suitable for faint objects or objects within a comparatively bright core embedded in faint extended emission, e.g. a quasar; or extended objects less than 45 arcseconds across with UFTI, 10 arcseconds with IRCAM, and 2 arcminutes with IRIS2. 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. For isolated objects use QUADRANT_JITTER_NO_MASK; or where speed is critical, use QUADRANT_JITTER_BASIC instead.

Notes:

Output Data

Parameters:

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

Related Recipes

QUADRANT_JITTER_BASIC, QUADRANT_JITTER_NO_MASK, EXTENDED_3x3,
EXTENDED_5x5.

Implementation Status: