MIDI Pipeline Reference Manual  2.8.3
fitsAnalysisKappa.h
1 /**********************************************************
2 ***********************************************************
3 * European Southern Observatory
4 * VLTI MIDI Maintenance Templates Software
5 *
6 * Module name: fitsAnalysisKappa.h
7 * Description:
8 *
9 *
10 * History:
11 * 05-Dec-05 (csabet) Created
12 ***********************************************************
13 **********************************************************/
14 #ifndef _FITS_ANALYSIS_KAPPA_H
15 #define _FITS_ANALYSIS_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 analyseFitsKappa (
37  MidiFiles *fileNames,
38  ImageFormat *formatInterfA,
39  ImageFormat *formatInterfB,
40  ImageFormat *formatPhotomA,
41  ImageFormat *formatPhotomB,
42  int *error);
43 
44 /*********************************************************/
45 #endif
46 /*********************************************************/
47 /*********************************************************/
48