00001 /********************************************************** 00002 *********************************************************** 00003 * European Southern Observatory 00004 * VLTI MIDI Maintenance Templates Software 00005 * 00006 * Module name: procDspTrn.h 00007 * Description: 00008 * 00009 * 00010 * History: 00011 * 16-Jun-04 (csabet) created 00012 *********************************************************** 00013 **********************************************************/ 00014 #ifndef _PROC_DSP_TRN_H 00015 #define _PROC_DSP_TRN_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 procDspTrn ( 00041 MidiFiles *fileNames, 00042 int *error); 00043 00044 void computeDspTrn ( 00045 int numOfFiles, 00046 MidiFiles *fileNames, 00047 DispersiveTrans *dspTrn, 00048 int *error); 00049 00050 void getDspTrnTargetCoords ( 00051 int counter, 00052 char *grismId, 00053 float *image, 00054 ImageFormat *format, 00055 MidiCoords *target, 00056 int *error); 00057 00058 void computeIntegralFlux ( 00059 int fileNumber, 00060 char *fileName, 00061 int extensionNumber, 00062 ImageFormat *format, 00063 DispersiveTrans *dspTrn, 00064 int *error); 00065 00066 void computeDispersivity ( 00067 DispersiveTrans *dspTrn, 00068 int *error); 00069 00070 /*********************************************************/ 00071 #endif 00072 /*********************************************************/ 00073 /*********************************************************/ 00074