MIDI Pipeline Reference Manual  2.8.3
procRefPix.h
1 /**********************************************************
2 ***********************************************************
3 * European Southern Observatory
4 * VLTI MIDI Maintenance Templates Software
5 *
6 * Module name: procRefPix.h
7 * Description:
8 *
9 *
10 * History:
11 * 16-Jun-04 (csabet) created
12 ***********************************************************
13 **********************************************************/
14 #ifndef _PROC_REF_PIX_H
15 #define _PROC_REF_PIX_H
16 
17 /**********************************************************
18 * Include files
19 **********************************************************/
20 
21 /**********************************************************
22 * Constant definitions
23 **********************************************************/
24 
25 /**********************************************************
26 * Enumeration definitions
27 **********************************************************/
28 
29 /**********************************************************
30 * Type definitions
31 **********************************************************/
32 
33 /**********************************************************
34 * Global Variables
35 **********************************************************/
36 
37 /**********************************************************
38 * Function Prototypes
39 **********************************************************/
40 void procRefPix (
41  MidiFiles *fileNames,
42  int *error);
43 
44 void computeRefPix (
45  MidiFiles *fileNames,
46  ReferencePixel *refPix,
47  int *error);
48 
49 void computeTargetCentroidsRefPix (
50  int fileNumber,
51  ImageFormat *format,
52  float *image,
53  ReferencePixel *refPix,
54  int *error);
55 
56 void procCentroidsRefPix (
57  int fileNumber,
58  char *inFitsName,
59  int extensionNumber,
60  ImageFormat *format,
61  ReferencePixel *refPix,
62  int *error);
63 
64 void evaluateBeamPosition (void);
65 
66 /*********************************************************/
67 #endif
68 /*********************************************************/
69 /*********************************************************/
70