JITTER_SELF_FLAT_BASIC

Reduces a “standard jitter” photometry observation using just the basic operations for speed

Description:

This script reduces a “standard jitter” photometry observation with near-infrared imaging data. It takes an imaging observation comprising jittered object frames and a dark frame to make a calibrated, untrimmed mosaic automatically.

It performs a null debiassing, bad-pixel masking, dark subtraction, flat-field creation, flat-field division, integer shifts of origin to register, and mosaicking. See the “Notes” for further information.

This recipe aims to keep pace with the pipeline’s incoming data, and is intended for faint sources and for moderately crowded fields.

Notes:

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_APHOT,
JITTER_SELF_FLAT_NO_MASK, JITTER_SELF_FLAT_TELE,
MOVING_JITTER_SELF_FLAT_BASIC, QUADRANT_JITTER_BASIC.

Implementation Status:

Deprecated Variants

JITTER5_SELF_FLAT_BASIC, JITTER9_SELF_FLAT_BASIC.