BRIGHT_POINT_SOURCE_APHOT

Reduces a bright-point-source photometry observation and performs aperture photometry

Description:

This recipe reduces a “bright standard” photometry observation It takes an imaging observation comprising a series of jittered object frames and a dark frame with a predetermined flat-field frame to make a calibrated, trimmed mosaic automatically.

This recipe performs a null debiassing, bad-pixel masking, dark subtraction, flat-field division, feature detection and matching between object frames, and resampling. See the “Notes” for details.

Photometry of the point source using a fixed 5-arcsecond aperture is calculated for each jitter frame and the mosaic. The results appear in $ORAC_DATA_OUT/aphot_results.txt in the form of a Starlink small text list. The analysis of each star is appended to this file.

As the name implies, it is intended for bright point sources, such as standard stars, but also any observation of a point source where using its own frames to make the flat is not appropriate.

Notes:

Output Data

Parameters:

NUMBER = INTEGER
The number of frames in the jitter pattern. If this is not set, the number of offsets, as given by FITS header NOFFSETS, minus one is used. If neither is available, 5 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

BRIGHT_POINT_SOURCE, JITTER_SELF_FLAT_APHOT, SKY_FLAT,
SKY_FLAT_MASKED.

Implementation Status: