OMEGA Pipeline Reference Manual  1.0.5
Functions
Master Bias

Functions

int cpl_plugin_get_info (cpl_pluginlist *list)
int omega_mbias_combine (int xn)
 Process the BIAS frames.

Detailed Description

Synopsis:
Create a Master Bias for each chip. Trims and applies overscan correction to the raw input
bias frames. Averages these frames to derive the master bias frame.Calculates the image statistics on the
resulting frame. The recipes expects the following tags in the Set of Frames:
Input frames:
BIAS
REFERENCE_BIAS (optional)
Output frames:
MASTER_BIAS
#include omega_recipe.h

Function Documentation

int cpl_plugin_get_info ( cpl_pluginlist *  list)

Definition at line 134 of file omega_mbias.c.

References omega_get_license().

int omega_mbias_combine ( int  xn)

Process the BIAS frames.

Parameters:
xnFITS extension to load
Returns:
0 on success or -1 in case of error.

Definition at line 625 of file omega_mbias.c.

References omega_pfits_get_detlive(), omega_pfits_get_readnoise(), and TrimOscanCorrect().