00001 /********************************************************** 00002 *********************************************************** 00003 * European Southern Observatory 00004 * VLTI MIDI Maintenance Templates Software 00005 * 00006 * Module name: createProdWavCal.h 00007 * Description: 00008 * 00009 * 00010 * History: 00011 * 10-Jun-05 (csabet) Created 00012 *********************************************************** 00013 **********************************************************/ 00014 #ifndef _CREATE_PRODU_WAV_CAL_H 00015 #define _CREATE_PRODU_WAV_CAL_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 createWaveCalProd ( 00037 int processing, 00038 MidiFiles *fileNames, 00039 ImageFormat *format, 00040 WaveCalibration *waveCal, 00041 int *error); 00042 00043 void createWaveCalPrimHead ( 00044 int processing, 00045 MidiFiles *fileNames, 00046 ImageFormat *format, 00047 WaveCalibration *waveCal, 00048 int *error); 00049 00050 void createWaveCalQcLog ( 00051 char *inFitsName, 00052 int *error); 00053 00054 void addProdInfoToWaveCalQcLog ( 00055 int processing, 00056 ImageFormat *format, 00057 MidiFiles *fileNames, 00058 WaveCalibration *waveCal, 00059 int *error); 00060 00061 /*********************************************************/ 00062 #endif 00063 /*********************************************************/ 00064 /*********************************************************/ 00065