casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
sdmbin::MSState Struct Reference

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. More...
 
bool ref
 True for a reference phase. More...
 
double cal
 Noise calibration temperature (zero if not added) More...
 
double load
 Load temperature (zero if no load) More...
 
unsigned int subscanNum
 Subscan number. More...
 
std::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. More...
 

Detailed Description

A structure containing state information following the MSv2.0 data model.

Definition at line 45 of file SDMDataViews.h.

Member Data Documentation

double sdmbin::MSState::cal

Noise calibration temperature (zero if not added)

Definition at line 49 of file SDMDataViews.h.

double sdmbin::MSState::load

Load temperature (zero if no load)

Definition at line 50 of file SDMDataViews.h.

std::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 52 of file SDMDataViews.h.

bool sdmbin::MSState::ref

True for a reference phase.

Definition at line 48 of file SDMDataViews.h.

bool sdmbin::MSState::sig

True if the source signal is being observed.

Definition at line 47 of file SDMDataViews.h.

unsigned int sdmbin::MSState::subscanNum

Subscan number.

Definition at line 51 of file SDMDataViews.h.


The documentation for this struct was generated from the following file: