00001 #ifndef DARK_H 00002 #define DARK_H 00003 /***************************************************************************** 00004 * E.S.O. - VLT project 00005 * 00006 * "@(#) $Id: dark.h,v 1.12 2005/09/06 16:44:36 amodigli Exp $" 00007 * 00008 * who when what 00009 * -------- -------- ---------------------------------------------- 00010 * amodigli 17/09/03 created 00011 */ 00012 00013 /************************************************************************ 00014 * dark.h 00015 * routines to create a master dark 00016 *---------------------------------------------------------------------- 00017 */ 00018 00019 /* 00020 * header files 00021 */ 00022 #include <cpl.h> 00023 /*@-skipposixheaders@*/ 00024 /*@=skipposixheaders@*/ 00025 /*---------------------------------------------------------------------------- 00026 * Function ANSI C prototypes 00027 *--------------------------------------------------------------------------*/ 00028 00029 /*---------------------------------------------------------------------------- 00030 Function : dark() 00031 In : ini_file: file name of according .ini file 00032 cpl_parameterlist: structure containing recipe's parameters 00033 cpl_frameset: structure containing recipe's input files 00034 Out : integer (0 if it worked, -1 if it doesn't) 00035 Job : Sorts frames according to integration time 00036 Take the clean mean of a stack of frames with the same 00037 integration time 00038 00039 ---------------------------------------------------------------------------*/ 00040 int dark (const char* plugin_id, cpl_parameterlist* config, 00041 cpl_frameset* set, char* dark_name); 00042 #endif 00043 00044 /*--------------------------------------------------------------------------*/
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001