MIDI Pipeline Reference Manual  2.8.3
preProcFrgSP.h
1 /**********************************************************
2 ***********************************************************
3 * European Southern Observatory
4 * VLTI MIDI Data Reduction Software
5 *
6 * Module name: preProcSP.h
7 * Description:
8 *
9 *
10 * History:
11 * 08-Aug-05 (csabet) Created
12 ***********************************************************
13 **********************************************************/
14 #ifndef _PREPROC_FRG_SP_H
15 #define _PREPROC_FRG_SP_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 preProcFrgSP (
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 organiseFrgSP (
49  int newFile,
50  int extNumOfImagingDataFile,
51  MidiFiles *fileNames,
52  int extNumOfImagingDataMask,
53  char *maskFile,
54  ImageFormat *localFormat,
55  ImageFormat *formatInterf,
56  CompressedData *compressedInterf,
57  CompressedData *compressedPhotomA,
58  CompressedData *compressedPhotomB,
59  int *error);
60 
61 int compressFrgSP (
62  char *inFitsFile,
63  char *maskFile,
64  int extNumOfImagingDataFile,
65  int extNumOfImagingDataMask,
66  CompressedData *compressedInterf,
67  CompressedData *compressedPhotomA,
68  CompressedData *compressedPhotomB,
69  int newSet,
70  ImageFormat *splitFormat,
71  int numOfFramesMax,
72  int *error);
73 
74 /*********************************************************/
75 #endif
76 /*********************************************************/
77 /*********************************************************/
78