00001 /********************************************************** 00002 *********************************************************** 00003 * European Southern Observatory 00004 * VLTI MIDI Maintenance Templates Software 00005 * 00006 * Module name: createProdRefPix.h 00007 * Description: 00008 * 00009 * 00010 * History: 00011 * 14-Jun-04 (csabet) Created 00012 *********************************************************** 00013 **********************************************************/ 00014 #ifndef _CREATE_PROD_REF_PIX_H 00015 #define _CREATE_PROD_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 * Function Prototypes 00035 **********************************************************/ 00036 void createRefPixProd ( 00037 MidiFiles *fileNames, 00038 ImageFormat *format, 00039 ReferencePixel *alignment, 00040 int *error); 00041 00042 void createRefPixPrimHead ( 00043 MidiFiles *fileNames, 00044 ImageFormat *format, 00045 ReferencePixel *alignment, 00046 int *error); 00047 00048 void createRefPixQcLog ( 00049 char *inFitsName, 00050 int *error); 00051 00052 void addProdInfoToRefPixQcLog ( 00053 ImageFormat *format, 00054 MidiFiles *fileNames, 00055 ReferencePixel *alignment, 00056 int *error); 00057 00058 /*********************************************************/ 00059 #endif 00060 /*********************************************************/ 00061 /*********************************************************/ 00062