preProcFrgHS.h

00001 /**********************************************************
00002 ***********************************************************
00003 *               European Southern Observatory
00004 *            VLTI MIDI Data Reduction Software
00005 *
00006 * Module name:  preProcFrgHS.h
00007 * Description:
00008 *
00009 *
00010 * History:
00011 * 13-Jul-05     (csabet) Created
00012 ***********************************************************
00013 **********************************************************/
00014 #ifndef _PREPROC_FRG_HS_H
00015 #define _PREPROC_FRG_HS_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 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 

Generated on 5 Mar 2013 for MIDI Pipeline Reference Manual by  doxygen 1.6.1