casa
$Rev:20696$
|
A structure containing state information following the MSv2.0 data model. More...
#include <SDMDataViews.h>
Public Attributes | |
bool | sig |
True if the source signal is being observed. | |
bool | ref |
True for a reference phase. | |
double | cal |
Noise calibration temperature (zero if not added) | |
double | load |
Load temperature (zero if no load) | |
unsigned int | subscanNum |
Subscan number. | |
string | obsMode |
Observing mode defined by a set of reserved keywords characterizing the current observing mode. e.g. OFF_SPECTRUM. Used to define the schedule strategy. |
A structure containing state information following the MSv2.0 data model.
Definition at line 46 of file SDMDataViews.h.
double sdmbin::MSState::cal |
Noise calibration temperature (zero if not added)
Definition at line 50 of file SDMDataViews.h.
double sdmbin::MSState::load |
Load temperature (zero if no load)
Definition at line 51 of file SDMDataViews.h.
string sdmbin::MSState::obsMode |
Observing mode defined by a set of reserved keywords characterizing the current observing mode. e.g. OFF_SPECTRUM. Used to define the schedule strategy.
Definition at line 53 of file SDMDataViews.h.
bool sdmbin::MSState::ref |
True for a reference phase.
Definition at line 49 of file SDMDataViews.h.
bool sdmbin::MSState::sig |
True if the source signal is being observed.
Definition at line 48 of file SDMDataViews.h.
unsigned int sdmbin::MSState::subscanNum |
Subscan number.
Definition at line 52 of file SDMDataViews.h.