MIDI Pipeline Reference Manual  2.8.3
preProcFrgHS.h
1 /**********************************************************
2 ***********************************************************
3 * European Southern Observatory
4 * VLTI MIDI Data Reduction Software
5 *
6 * Module name: preProcFrgHS.h
7 * Description:
8 *
9 *
10 * History:
11 * 13-Jul-05 (csabet) Created
12 ***********************************************************
13 **********************************************************/
14 #ifndef _PREPROC_FRG_HS_H
15 #define _PREPROC_FRG_HS_H
16 
17 /**********************************************************
18 * Include files
19 **********************************************************/
20 
21 /**********************************************************
22 * Constant definitions
23 **********************************************************/
24 
25 /**********************************************************
26 * Type definitions
27 **********************************************************/
28 
29 /**********************************************************
30 * Global Variables
31 **********************************************************/
32 
33 /**********************************************************
34 * Function Prototypes
35 **********************************************************/
36 void preProcFrgHS (
37  UserOptions *options,
38  FilterData *filterInfo,
39  MidiFiles *fileNames,
40  CompressedData *compressedInterf,
41  CompressedData *compressedPhotomA,
42  CompressedData *compressedPhotomB,
43  ImageFormat *formatInterf,
44  ImageFormat *formatPhotomA,
45  ImageFormat *formatPhotomB,
46  int *error);
47 
48 void organiseFrgHS (
49  int newFile,
50  char *obsTech,
51  char *fitsFile,
52  char *maskFile,
53  int extNumOfImagingDataFile,
54  int extNumOfImagingDataMask,
55  ImageFormat *localFormat,
56  ImageFormat *splitFormat,
57  CompressedData *compressed,
58  int *error);
59 
60 int compressFrgHS (
61  int newSet,
62  char *obsTech,
63  char *inFitsFile,
64  char *maskFile,
65  int extNumOfImagingDataFile,
66  int extNumOfImagingDataMask,
67  CompressedData *compressed,
68  ImageFormat *splitFormat,
69  int numOfFramesMax,
70  int *error);
71 
72 /*********************************************************/
73 #endif
74 /*********************************************************/
75 /*********************************************************/
76