MIDI Pipeline Reference Manual  2.8.3
createProdDetRon.h
1 /**********************************************************
2 ***********************************************************
3 * European Southern Observatory
4 * VLTI MIDI Maintenance Templates Software
5 *
6 * Module name: createProdDetLin.h
7 * Description:
8 *
9 *
10 * History:
11 * 14-Jun-04 (csabet) Created
12 ***********************************************************
13 **********************************************************/
14 #ifndef _CREATE_PROD_DET_RON_H
15 #define _CREATE_PROD_DET_RON_H
16 
17 /**********************************************************
18 * Include files
19 **********************************************************/
20 
21 /**********************************************************
22 * Constant definitions
23 **********************************************************/
24 
25 /**********************************************************
26 * Enumeration definitions
27 **********************************************************/
28 
29 /**********************************************************
30 * Type definitions
31 **********************************************************/
32 
33 /**********************************************************
34 * Function Prototypes
35 **********************************************************/
36 void createDetRonProd (
37  MidiFiles *fileNames,
38  ImageFormat *size,
39  DetRonNoise *noise,
40  int *error);
41 
42 void createDetRonPrimHead (
43  MidiFiles *fileNames,
44  ImageFormat *size,
45  DetRonNoise *noise,
46  int *error);
47 
48 void createDetRonQcLog (
49  char *inFitsName,
50  int *error);
51 
52 void addProdInfoToDetRonQcLog (
53  ImageFormat *format,
54  MidiFiles *fileNames,
55  float median,
56  int *error);
57 
58 /*********************************************************/
59 #endif
60 /*********************************************************/
61 /*********************************************************/
62