MIDI Pipeline Reference Manual  2.8.3
createProdKappa.h
1 /**********************************************************
2 ***********************************************************
3 * European Southern Observatory
4 * VLTI MIDI Maintenance Templates Software
5 *
6 * Module name: createProdKappa.h
7 * Description:
8 *
9 *
10 * History:
11 * 08-Dec-05 (csabet) Created
12 ***********************************************************
13 **********************************************************/
14 #ifndef _CREATE_PROD_KAPPA_H
15 #define _CREATE_PROD_KAPPA_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 createKappaProd (
37  int update,
38  MidiFiles *fileNames,
39  ImageFormat *size,
40  TransferRatios *trRatios,
41  int *error);
42 
43 void createKappaPrimHead (
44  MidiFiles *fileNames,
45  ImageFormat *size,
46  TransferRatios *trRatios,
47  int *error);
48 
49 void createKappaQcLog (
50  char *inFitsName,
51  int *error);
52 
53 void addProdInfoToKappaQcLog (
54  ImageFormat *format,
55  MidiFiles *fileNames,
56  TransferRatios *trRatios,
57  int *error);
58 
59 void createTransferRatiosFile (
60  int update,
61  ImageFormat *format,
62  MidiFiles *fileNames,
63  TransferRatios *trRatios,
64  int *error);
65 
66 /*********************************************************/
67 #endif
68 /*********************************************************/
69 /*********************************************************/
70