casa
5.7.0-16
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
casa
code
air_casawvr
src
apps
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
ALMAAbsInput::source
size_t source
Source ID of source observed during this measurement.
Definition:
alma_datastruct.h:32
ALMARes_Basic::c_err
double c_err
The first-order error on the water vapour estimate.
Definition:
alma_datastruct.h:47
ALMAAbsInput::time
double time
Time.
Definition:
alma_datastruct.h:28
ALMAAbsInput::state
size_t state
State ID.
Definition:
alma_datastruct.h:30
ALMAAbsInput::el
double el
Elevation.
Definition:
alma_datastruct.h:26
ALMAAbsInput
casacore::Data inputs for coefficient retrieval from absolute temperatures
Definition:
alma_datastruct.h:20
ALMARes_Basic
Definition:
alma_datastruct.h:35
ALMAAbsInput::antno
size_t antno
Antenna number.
Definition:
alma_datastruct.h:22
ALMARes_Basic::c
double c
The zenith water vapour column estimate in mm.
Definition:
alma_datastruct.h:43
ALMARes_Basic::ev
double ev
The evidence value of the data.
Definition:
alma_datastruct.h:39
Generated on Sun Sep 1 2019 23:32:23 for casa by
1.8.5