00001 /********************************************************** 00002 *********************************************************** 00003 * European Southern Observatory 00004 * VLTI MIDI Maintenance Templates Software 00005 * 00006 * Module name: fitsAnalysisKappa.h 00007 * Description: 00008 * 00009 * 00010 * History: 00011 * 05-Dec-05 (csabet) Created 00012 *********************************************************** 00013 **********************************************************/ 00014 #ifndef _FITS_ANALYSIS_KAPPA_H 00015 #define _FITS_ANALYSIS_KAPPA_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 * Function Prototypes 00035 **********************************************************/ 00036 void analyseFitsKappa ( 00037 MidiFiles *fileNames, 00038 ImageFormat *formatInterfA, 00039 ImageFormat *formatInterfB, 00040 ImageFormat *formatPhotomA, 00041 ImageFormat *formatPhotomB, 00042 int *error); 00043 00044 /*********************************************************/ 00045 #endif 00046 /*********************************************************/ 00047 /*********************************************************/ 00048