Reduces a “nod jitter” observation NOD_SELF_FLAT_NO_MASK
It performs a null debiassing, bad-pixel masking, dark subtraction, difference adjacent pairs, flat-field creation and division, feature detection and matching between object frames, and resampling. See the “Notes” for further information.
This recipe works well for faint sources in moderately crowded fields.
A World Co-ordinate System (WCS) using the AIPS convention is created in the headers should no WCS already exist.
For IRCAM, old headers are reordered and structured with headings before groups of related keywords. The comments have units added or appear in a standard format. Four deprecated headers are removed. FITS-violating headers are corrected. Spurious instrument names are changed to IRCAM3.
The bad pixel mask applied is $ORAC_DATA_CAL/bpm.
Each dark-subtracted frame has thresholds applied beyond which pixels are flagged as bad. The lower limit is 5 standard deviations below the mode, but constrained to the range 100 to 1. The upper limit is 1000 above the saturation limit for the detector in the mode used.
The flat field is created by combining normalised object frames using the median at each pixel. There is no cleaning of extreme outliers.
For ISAAC, residual bias variations along the columns are largely removed from each flat-fielded frame. The recipe first masks the sources, then collapses the frame along its rows to form a profile, whose clipped mean is subtracted. The resultant profile reflects the bias variations. The recipe subtracts this profile from each column of the flat-fielded frame.
Registration is performed using common point sources in the overlap regions. If the recipe cannot identify sufficient common objects, the script resorts to using the telescope offsets transformed to pixels.
The resampling applies non-integer shifts of origin using bilinear interpolation. There is no rotation to align the Cartesian axes with the cardinal directions.
The recipe makes the mosaics by applying offsets in intensity to give the most consistent result amongst the overlapping regions. The mosaic is not trimmed to the dimensions of a single frame, thus the noise will be greater in the peripheral areas having received less exposure time. The mosaic is not normalised by its exposure time (that being the exposure time of a single frame).
For each cycle of object frames, the recipe creates a mosaic, is then added into a master mosaic of improving signal to noise. The exposure time is also summed and stored in the mosaic’s corresponding header. Likewise the end airmass header and end UT headers are updated to match that of the last-observed frame contributing to the mosaic.
Intermediate frames are deleted except for the flat-fielded (_ff suffix) frames.
The integrated mosaic in mdate_group_number_mos, where m is the instrument’s group prefix.
A mosaic for each cycle of object frames in
mdate_group_number_moscycle_number,
where cycle_number
counts from 0.
The individual flat-fielded frames in idate_obs_number_ff, where i is the frame prefix. The naming format is slightly different for some non-UKIRT instruments.
For ISAAC, the individual bias-corrected frames in isaacdate_obs_number_bc.
The created flat fields in flat_filter_group_number for the first or only cycle, and flat_filter_group_number_ccycle_number for subsequent cycles.