createProdDetRon.h

00001 /**********************************************************
00002 ***********************************************************
00003 *               European Southern Observatory
00004 *          VLTI MIDI Maintenance Templates Software
00005 *
00006 * Module name:  createProdDetLin.h
00007 * Description:  
00008 *
00009 *
00010 * History:      
00011 * 14-Jun-04     (csabet) Created
00012 ***********************************************************
00013 **********************************************************/
00014 #ifndef _CREATE_PROD_DET_RON_H
00015 #define _CREATE_PROD_DET_RON_H
00016 
00017 /**********************************************************
00018 *   Include files
00019 **********************************************************/
00020 
00021 /**********************************************************
00022 *   Constant definitions
00023 **********************************************************/
00024 
00025 /**********************************************************
00026 *   Enumeration definitions
00027 **********************************************************/
00028 
00029 /**********************************************************
00030 *   Type definitions 
00031 **********************************************************/
00032 
00033 /**********************************************************
00034 *   Function Prototypes
00035 **********************************************************/
00036 void createDetRonProd (
00037     MidiFiles   *fileNames,
00038     ImageFormat *size,
00039     DetRonNoise *noise,
00040     int         *error);
00041 
00042 void createDetRonPrimHead (
00043     MidiFiles   *fileNames,
00044     ImageFormat *size,
00045     DetRonNoise *noise,
00046     int         *error);
00047 
00048 void createDetRonQcLog (
00049     char    *inFitsName,
00050     int     *error);
00051     
00052 void addProdInfoToDetRonQcLog (
00053     ImageFormat *format,
00054     MidiFiles   *fileNames,
00055     float       median,
00056     int         *error);
00057 
00058 /*********************************************************/
00059 #endif
00060 /*********************************************************/
00061 /*********************************************************/
00062 

Generated on 5 Mar 2013 for MIDI Pipeline Reference Manual by  doxygen 1.6.1