MIDI Pipeline Reference Manual  2.8.3
createProdWavCal.h
1 /**********************************************************
2 ***********************************************************
3 * European Southern Observatory
4 * VLTI MIDI Maintenance Templates Software
5 *
6 * Module name: createProdWavCal.h
7 * Description:
8 *
9 *
10 * History:
11 * 10-Jun-05 (csabet) Created
12 ***********************************************************
13 **********************************************************/
14 #ifndef _CREATE_PRODU_WAV_CAL_H
15 #define _CREATE_PRODU_WAV_CAL_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 createWaveCalProd (
37  int processing,
38  MidiFiles *fileNames,
39  ImageFormat *format,
40  WaveCalibration *waveCal,
41  int *error);
42 
43 void createWaveCalPrimHead (
44  int processing,
45  MidiFiles *fileNames,
46  ImageFormat *format,
47  WaveCalibration *waveCal,
48  int *error);
49 
50 void createWaveCalQcLog (
51  char *inFitsName,
52  int *error);
53 
54 void addProdInfoToWaveCalQcLog (
55  int processing,
56  ImageFormat *format,
57  MidiFiles *fileNames,
58  WaveCalibration *waveCal,
59  int *error);
60 
61 /*********************************************************/
62 #endif
63 /*********************************************************/
64 /*********************************************************/
65