casa
5.7.0-16
|
Global enumeration objects. More...
#include "ATMCommon.h"
Go to the source code of this file.
Enumerations | |
enum | SidebandSide { NOSB, LSB, USB } |
Defines the side of a sideband. More... | |
enum | SidebandType { NOTYPE, DSB, SSB, TWOSB } |
Defines the kind of sideband separations. More... | |
enum | typeAtm_t { tropical, midlatSummer, midlatWinter, subarcticSummer, subarcticWinter, typeATM_end } |
Defines the type of atmosphere. More... | |
Global enumeration objects.
The ASDM uses the the item netSideband to describe the sidebands. It appears more convenient to use a pair of items, the side of the sideband and its type. The following two enumerations describes this.
Definition in file ATMEnumerations.h.
enum SidebandSide |
Defines the side of a sideband.
Heterodyne receivers have two sidebands, a lower and an upper sideband. On the other hand the detectors do not have sidebands. The Science Data Model assign one spectral window per sideband. Hence, with detectors, there is a single spectral window. SidebandSide differentiates between these various cases.
The codes have the following meaning:
Enumerator | |
---|---|
NOSB |
No sideband (eg for HEMT) |
LSB |
Lower sideband (LSB) |
USB |
Upper sideband (USB) |
Definition at line 59 of file ATMEnumerations.h.
enum SidebandType |
Defines the kind of sideband separations.
With heterodyne receivers there are always two sidebands. In the interferometric case it is possible to separate these two sidebands. When there is no sideband separation two types are considered, single sideband (SSB) when the image sideband has been rejected and double sideband (DSB) when the siband gain ratio is about half half. In the case of DSB only one sideband is retained for the data because the other sideband has identical data. When modeling the atmospheric contribution both sidebands need to be considered because the contribution is not the same in the two sidebands.
The codes have the following meaning:
Enumerator | |
---|---|
NOTYPE |
Not relevant (no sideband) |
DSB |
Double sideband (no rejection) |
SSB |
Single sideband (rejection) |
TWOSB |
two sidebands (sideband separation) |
Definition at line 87 of file ATMEnumerations.h.
enum typeAtm_t |
Defines the type of atmosphere.
The codes have the following meaning:
Enumerator | |
---|---|
tropical | |
midlatSummer | |
midlatWinter | |
subarcticSummer | |
subarcticWinter | |
typeATM_end |
Definition at line 110 of file ATMEnumerations.h.