preProcFrgSP.h

00001 /**********************************************************
00002 ***********************************************************
00003 *               European Southern Observatory
00004 *            VLTI MIDI Data Reduction Software
00005 *
00006 * Module name:  preProcSP.h
00007 * Description:
00008 *
00009 *
00010 * History:
00011 * 08-Aug-05     (csabet) Created
00012 ***********************************************************
00013 **********************************************************/
00014 #ifndef _PREPROC_FRG_SP_H
00015 #define _PREPROC_FRG_SP_H
00016 
00017 /**********************************************************
00018 *   Include files
00019 **********************************************************/
00020 
00021 /**********************************************************
00022 *   Constant definitions
00023 **********************************************************/
00024 
00025 /**********************************************************
00026 *   Type definitions
00027 **********************************************************/
00028 
00029 /**********************************************************
00030 *   Global Variables
00031 **********************************************************/
00032 
00033 /**********************************************************
00034 *   Function Prototypes
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 

Generated on 15 Mar 2012 for MIDI Pipeline Reference Manual by  doxygen 1.6.1