procAcq.h

00001 /**********************************************************
00002 ***********************************************************
00003 *               European Southern Observatory
00004 *       VLTI MIDI Data Reduction Image Quality Software
00005 *
00006 * Module name:  procAcq.h
00007 * Description:  
00008 *
00009 *
00010 * History:      
00011 * 25-Apr-05     (csabet) created
00012 ***********************************************************
00013 **********************************************************/
00014 #ifndef _PROC_ACQ_H
00015 #define _PROC_ACQ_H
00016 
00017 /**********************************************************
00018 *   Include files
00019 **********************************************************/
00020 
00021 /**********************************************************
00022 *   Constant definitions
00023 **********************************************************/
00024 
00025 /**********************************************************
00026 *   Enumeration definitions
00027 **********************************************************/
00028 
00029 /**********************************************************
00030 *   Type definitions 
00031 **********************************************************/
00032 
00033 /**********************************************************
00034 *   Global Variables 
00035 **********************************************************/
00036 
00037 /**********************************************************
00038 *   Function Prototypes
00039 **********************************************************/
00040 void procAcq (
00041     MidiFiles   *fileNames,
00042     int         *error);
00043 
00044 void compressAcq (
00045     char            *inFitsFile,
00046     int             extNumOfImagingDataFile,
00047     ImageQuality    *compressed,
00048     ImageFormat     *format,
00049     int             *error);
00050 
00051 void assessImageQuality (
00052     char            *fileName,
00053     ImageQuality    *compressed,
00054     ImageFormat     *format,
00055     int             *error);
00056 
00057 /*****************************************************************************/
00058 
00059 /*********************************************************/
00060 #endif
00061 /*********************************************************/
00062 /*********************************************************/
00063 

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