preProcFrgSP.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef _PREPROC_FRG_SP_H
00015 #define _PREPROC_FRG_SP_H
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036 void preProcFrgSP (
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 organiseFrgSP (
00049 int newFile,
00050 int extNumOfImagingDataFile,
00051 MidiFiles *fileNames,
00052 int extNumOfImagingDataMask,
00053 char *maskFile,
00054 ImageFormat *localFormat,
00055 ImageFormat *formatInterf,
00056 CompressedData *compressedInterf,
00057 CompressedData *compressedPhotomA,
00058 CompressedData *compressedPhotomB,
00059 int *error);
00060
00061 int compressFrgSP (
00062 char *inFitsFile,
00063 char *maskFile,
00064 int extNumOfImagingDataFile,
00065 int extNumOfImagingDataMask,
00066 CompressedData *compressedInterf,
00067 CompressedData *compressedPhotomA,
00068 CompressedData *compressedPhotomB,
00069 int newSet,
00070 ImageFormat *splitFormat,
00071 int numOfFramesMax,
00072 int *error);
00073
00074
00075 #endif
00076
00077
00078