preProcKappa.h

00001 /**********************************************************
00002 ***********************************************************
00003 *               European Southern Observatory
00004 *            VLTI MIDI Data Reduction Software
00005 *
00006 * Module name:  preProcKappa.h
00007 * Description:
00008 *
00009 *
00010 * History:
00011 * 05-Dec-05     (csabet) Created
00012 ***********************************************************
00013 **********************************************************/
00014 #ifndef _PREPROC_KAPPA_H
00015 #define _PREPROC_KAPPA_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 preProcKappa (
00037     UserOptions     *options,
00038     FilterData      *filterInfo,
00039     MidiFiles       *fileNames,
00040     CompressedData  *compressedInterfA,
00041     CompressedData  *compressedInterfB,
00042     CompressedData  *compressedPhotomA,
00043     CompressedData  *compressedPhotomB,
00044     ImageFormat     *formatInterfA,
00045     ImageFormat     *formatInterfB,
00046     ImageFormat     *formatPhotomA,
00047     ImageFormat     *formatPhotomB,
00048     int             *error);
00049 
00050 void organiseKappa (
00051     const char              *shutter,
00052     int                 newFile,
00053     int                 extNumOfImagingDataFile,
00054     MidiFiles           *fileNames,
00055     int                 extNumOfImagingDataMask,
00056     char                *maskFile,
00057     ImageFormat         *localFormat,
00058     ImageFormat         *formatInterf,
00059     CompressedData      *compressedInterf,
00060     CompressedData      *compressedPhotom,
00061     int                 *error);
00062 
00063 int compressKappa (
00064     const char          *shutter,
00065     char            *inFitsFile,
00066     char            *maskFile,
00067     int             extNumOfImagingDataFile,
00068     int             extNumOfImagingDataMask,
00069     CompressedData  *compressedInterf,
00070     CompressedData  *compressedPhotom,
00071     int             newSet,
00072     ImageFormat     *format,
00073     int             numOfFramesMax,
00074     int             *error);
00075 
00076 /*********************************************************/
00077 #endif
00078 /*********************************************************/
00079 /*********************************************************/
00080 

Generated on 11 Feb 2011 for MIDI Pipeline Reference Manual by  doxygen 1.6.1