preProcFrgHS.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef _PREPROC_FRG_HS_H
00015 #define _PREPROC_FRG_HS_H
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036 void preProcFrgHS (
00037 UserOptions *options,
00038 FilterData *filterInfo,
00039 MidiFiles *fileNames,
00040 CompressedData *compressedInterf,
00041 CompressedData *compressedPhotomA,
00042 CompressedData *compressedPhotomB,
00043 ImageFormat *formatInterf,
00044 ImageFormat *formatPhotomA,
00045 ImageFormat *formatPhotomB,
00046 int *error);
00047
00048 void organiseFrgHS (
00049 int newFile,
00050 char *obsTech,
00051 char *fitsFile,
00052 char *maskFile,
00053 int extNumOfImagingDataFile,
00054 int extNumOfImagingDataMask,
00055 ImageFormat *localFormat,
00056 ImageFormat *splitFormat,
00057 CompressedData *compressed,
00058 int *error);
00059
00060 int compressFrgHS (
00061 int newSet,
00062 char *obsTech,
00063 char *inFitsFile,
00064 char *maskFile,
00065 int extNumOfImagingDataFile,
00066 int extNumOfImagingDataMask,
00067 CompressedData *compressed,
00068 ImageFormat *splitFormat,
00069 int numOfFramesMax,
00070 int *error);
00071
00072
00073 #endif
00074
00075
00076