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