casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
alma_datastruct.h
Go to the documentation of this file.
1 
10 #ifndef _LIBAIR_ALMA_DATASTRUCT_H__
11 #define _LIBAIR_ALMA_DATASTRUCT_H__
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
20  typedef struct {
21  // Antenna number
22  size_t antno;
23  // Observed sky brightness
24  double TObs[4];
25  // Elevation
26  double el;
27  // Time
28  double time;
29  // State ID
30  size_t state;
31  // Source ID of source observed during this measurement
32  size_t source;
33  } ALMAAbsInput;
34 
35  typedef struct {
36 
39  double ev;
40 
43  double c;
44 
47  double c_err;
48 
51  double dTdL[4];
52 
55  double dTdL_err[4];
56 
57  } ALMARes_Basic;
58 
59 
60 
61 #ifdef __cplusplus
62 }
63 #endif
64 
65 
66 #endif
size_t source
Source ID of source observed during this measurement.
double c_err
The first-order error on the water vapour estimate.
double time
Time.
size_t state
State ID.
double el
Elevation.
casacore::Data inputs for coefficient retrieval from absolute temperatures
size_t antno
Antenna number.
double c
The zenith water vapour column estimate in mm.
double ev
The evidence value of the data.