00001 /********************************************************** 00002 *********************************************************** 00003 * European Southern Observatory 00004 * VLTI MIDI Maintenance Templates Software 00005 * 00006 * Module name: createProdKappa.h 00007 * Description: 00008 * 00009 * 00010 * History: 00011 * 08-Dec-05 (csabet) Created 00012 *********************************************************** 00013 **********************************************************/ 00014 #ifndef _CREATE_PROD_KAPPA_H 00015 #define _CREATE_PROD_KAPPA_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 createKappaProd ( 00037 int update, 00038 MidiFiles *fileNames, 00039 ImageFormat *size, 00040 TransferRatios *trRatios, 00041 int *error); 00042 00043 void createKappaPrimHead ( 00044 MidiFiles *fileNames, 00045 ImageFormat *size, 00046 TransferRatios *trRatios, 00047 int *error); 00048 00049 void createKappaQcLog ( 00050 char *inFitsName, 00051 int *error); 00052 00053 void addProdInfoToKappaQcLog ( 00054 ImageFormat *format, 00055 MidiFiles *fileNames, 00056 TransferRatios *trRatios, 00057 int *error); 00058 00059 void createTransferRatiosFile ( 00060 int update, 00061 ImageFormat *format, 00062 MidiFiles *fileNames, 00063 TransferRatios *trRatios, 00064 int *error); 00065 00066 /*********************************************************/ 00067 #endif 00068 /*********************************************************/ 00069 /*********************************************************/ 00070