procRefPix.h

00001 /**********************************************************
00002 ***********************************************************
00003 *               European Southern Observatory
00004 *          VLTI MIDI Maintenance Templates Software
00005 *
00006 * Module name:  procRefPix.h
00007 * Description:  
00008 *
00009 *
00010 * History:      
00011 * 16-Jun-04     (csabet) created
00012 ***********************************************************
00013 **********************************************************/
00014 #ifndef _PROC_REF_PIX_H
00015 #define _PROC_REF_PIX_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 procRefPix (
00041     MidiFiles   *fileNames,
00042     int         *error);
00043 
00044 void computeRefPix (
00045     MidiFiles       *fileNames,
00046     ReferencePixel  *refPix,
00047     int             *error);
00048 
00049 void computeTargetCentroidsRefPix (
00050     int             fileNumber,
00051     ImageFormat     *format,
00052     float           *image,
00053     ReferencePixel  *refPix,
00054     int             *error);
00055 
00056 void procCentroidsRefPix ( 
00057     int             fileNumber,
00058     char            *inFitsName,
00059     int             extensionNumber,
00060     ImageFormat     *format,
00061     ReferencePixel  *refPix,
00062     int             *error);
00063 
00064 void evaluateBeamPosition (void);
00065 
00066 /*********************************************************/
00067 #endif
00068 /*********************************************************/
00069 /*********************************************************/
00070 

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