QUADRANT_JITTER_BASIC

Reduces a “Quadrant Jitter” observation, using just the basic operations for speed

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, and registration using telescope offsets. See the “Notes” for further information.

This recipe aims to keep pace with the pipeline’s incoming data and many options which improve the final mosaic are omitted. 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. If the object is not isolated, there will be artifacts introduced into the flat field. These arise from the contribution of sources outside the quadrant containing the primary object. This variant of QUADRANT_JITTER is best for isolated objects or where speed is critical. Use QUADRANT_JITTER itself if object masking is required instead.

Notes:

Output Data

Parameters:

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

Related Recipes

QUADRANT_JITTER, QUADRANT_JITTER_NO_MASK, EXTENDED_3x3_BASIC,
EXTENDED_5x5_BASIC.

Implementation Status: