EXTENDED_3x3_BASIC

Basic extended-source standard reduction using interpolated sky subtraction

Description:

This recipe reduces an extended source using near-infrared imaging data. The data comprise alternating blank-sky and target frames commencing and ending with a blank sky. The target frames are arranged in an overlapping (30–50%) grid of 3×3 frames from which the recipe makes a sky-subtracted untrimmed mosaic automatically.

The script performs bad-pixel masking, null debiassing, dark subtraction, flat-field division, sky subtraction, registration using telescope offsets, and mosaicking. The “Notes” give more details.

It is suitable for extended objects up to 2 arcminutes across with UFTI, 28 arcseconds with IRCAM, and 14 arcminutes with IRIS2.

Notes:

Output Data

Parameters:

NROW = INTEGER
The number of target frames in a row of the mosaic. Its minimum is 3 because this number of blank skies are needed to form a flat field. [3]
NCOL = INTEGER
The number of target frames in a column of the mosaic. Its minimum is 2. [3]
USEVAR = LOGICAL
Whether or not to create and propagate variance arrays. [0]

Related Recipes

EXTENDED_3x3, EXTENDED_5x5_BASIC, QUADRANT_JITTER_BASIC.

Implementation Status: