EXTENDED_5x5_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 5×5 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 3 arcminutes across with UFTI, 42 arcseconds with IRCAM, and 20 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. [5]
NCOL = INTEGER
The number of target frames in a column of the mosaic. Its minimum is 2. [5]
USEVAR = LOGICAL
Whether or not to create and propagate variance arrays. [0]

Related Recipes

EXTENDED_3x3_BASIC, EXTENDED_5x5, QUADRANT_JITTER_BASIC.

Implementation Status: