MIDI Pipeline Reference Manual  2.8.3
fitsAnalysisFrgHS.h
1 /**********************************************************
2 ***********************************************************
3 * European Southern Observatory
4 * VLTI MIDI Maintenance Templates Software
5 *
6 * Module name: fitsAnalysisFrgHS.h
7 * Description:
8 *
9 *
10 * History:
11 * 14-Jun-02 (csabet) Created
12 ***********************************************************
13 **********************************************************/
14 #ifndef _FITS_ANALYSIS_FRG_HS_H
15 #define _FITS_ANALYSIS_FRG_HS_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 analyseFitsFrgHS (
37  MidiFiles *fileNames,
38  ImageFormat *formatInterf,
39  ImageFormat *formatPhotomA,
40  ImageFormat *formatPhotomB,
41  int *error);
42 
43 void midiReportAcqFormat (
44  ImageFormat *formatAcq);
45 
46 /*********************************************************/
47 #endif
48 /*********************************************************/
49 /*********************************************************/
50