00001 /********************************************************** 00002 *********************************************************** 00003 * European Southern Observatory 00004 * VLTI MIDI Maintenance Templates Software 00005 * 00006 * Module name: fitsAnalysisFrgHS.h 00007 * Description: 00008 * 00009 * 00010 * History: 00011 * 14-Jun-02 (csabet) Created 00012 *********************************************************** 00013 **********************************************************/ 00014 #ifndef _FITS_ANALYSIS_FRG_HS_H 00015 #define _FITS_ANALYSIS_FRG_HS_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 analyseFitsFrgHS ( 00037 MidiFiles *fileNames, 00038 ImageFormat *formatInterf, 00039 ImageFormat *formatPhotomA, 00040 ImageFormat *formatPhotomB, 00041 int *error); 00042 00043 void midiReportAcqFormat ( 00044 ImageFormat *formatAcq); 00045 00046 /*********************************************************/ 00047 #endif 00048 /*********************************************************/ 00049 /*********************************************************/ 00050