OMEGA Pipeline Reference Manual  1.0.5
Functions
Science

Functions

int cpl_plugin_get_info (cpl_pluginlist *list)
 Build the list of available plugins, for this module.

Detailed Description

Synopsis:
This recipe is used to reduced a series of science frames . It will identify the frame among the different modes:
STARE, JITTER, DITHER or OFFSET. The common steps applied to any science frame are: trimming, correcting for
the overscan (if requested), correcting for the bias and the flat. The individual science frames are also
matched against the USNOA2 catalogues to derive a WCS correction. The zeropoints table is taken into
account to refine the zeropoint of the science image. Each science image is saved as a product. The next step
is to create a stack of the individual frames. The combination mode can be modified in the input parameter
comb-mode. The combination step will also produce a combination map which is saved as a product. The final
stack image is matched once more with the USNOA2 catalogues to obtain a more refined WCS correction. A
catalogue is created from the stack image and also saved as a product. The recipe expects the following
tags in the Set of Frames:
Input frames:
STARE, JITTER, DITHER or OFFSET
MASTER_BIAS
MASTER_FLAT
BAD_PIXELS_MAP
ZEROPOINTS
MASTER_USNOA2_CATALOGUE
MASTER_NIGHTSKY_FLAT (optional)
MASTER_FRINGES_FLAT (optional)
ILLUMINATION (optional)
Output frames:
SIMPLE_SCIENCE
STACK_SCIENCE
CONF_MAP_SCIENCE
SCIENCE_CATALOGUE
#include omega_recipe.h
#include omega_background.h
#include omega_coadd.h
#include omega_catalog.h
#include omega_cosmic.h
#include omega_photometry.h
#include omega_satellites.h
#include omega_science.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 195 of file omega_science.c.

References omega_get_license().