OMEGA Pipeline Reference Manual  1.0.5
Functions
Standard Stars

Functions

int cpl_plugin_get_info (cpl_pluginlist *list)
 Build the list of available plugins, for this module.
omega_fits * omega_std_process (cpl_frameset *stdlist, cpl_parameterlist *pars, int ext)
 Process the standard star frames.

Detailed Description

Synopsis:
This recipe is used to reduced a series of standard star fields. The frames will be trimmed, corrected for
the overscan (if requested), corrected for the bias and the flat. A weighted average of all standard frames
will be taken. This image will be matched against the USNOA2 catalogues to derive a WCS correction. This
image is saved as the REDUCED_STD product. A photometric catalogue is created from this product and saved.
The final step is to derive the ZEROPOINTS table, which matches the image with the reference star catalogue.
The recipe expects the following tags in the Set of Frames:
Input frames:
STD_ZEROPOINT
MASTER_BIAS
MASTER_FLAT
BAD_PIXELS_MAP
REFERENCE_STAR_CATALOG
MONITOR_REPORT
EXTINCTION_CURVE
MASTER_USNOA2_CATALOGUE
Output frames:
REDUCED_STD
PHOTOMETRIC_TABLE
ZEROPOINTS
#include omega_recipe.h
#include omega_background.h
#include omega_cosmic.h
#include omega_photometry.h
#include omega_satellites.h
#include omega_wcscor.h

Function Documentation

int cpl_plugin_get_info ( cpl_pluginlist *  list)

Build the list of available plugins, for this module.

Parameters:
listthe plugin list
Returns:
0 if everything is ok

This function is exported.

Definition at line 173 of file omega_standard_star.c.

References omega_get_license().

omega_fits * omega_std_process ( cpl_frameset *  stdlist,
cpl_parameterlist *  pars,
int  ext 
)

Process the standard star frames.

Parameters:
stdlistFrame set containing only RAW standard frames
parsParameters list
extFITS extension to load
Returns:
A omega_fits structure containing the reduced image with updated headers

Definition at line 1124 of file omega_standard_star.c.

References create_weightframe(), detsat(), omega_background(), omega_biascor(), omega_cosmic_rays(), omega_fits_load_list(), omega_fits_wrap(), omega_flatcor(), omega_get_wcsshift(), omega_match_points(), omega_pfits_update_header(), omega_saturated_map(), omega_shift_refpix(), omega_smooth_image(), and omega_trim_oscan_correct().