UltraScan III
List of all members | Public Attributes
US_MwlData::DataHdr Class Reference

#include "us_mwl_data.h"

Public Attributes

double temperature
 Scan temperature. More...
 
double omega2t
 Omega-squared-T. More...
 
double radius_start
 Radius start. More...
 
double radius_step
 Radius step increment. More...
 
int icell
 Cell index (0,...) More...
 
int ichan
 Channel index (0,...) More...
 
int iscan
 Scan index (0,...) More...
 
int set_speed
 Rotor speed in RPM set constant. More...
 
int rotor_speed
 Rotor speed in RPM. More...
 
int elaps_time
 Scan elapsed time in seconds. More...
 
int npoint
 Number of radius data points. More...
 
int nlambda
 Number of wavelengths. More...
 
QChar cell
 Cell character (e.g., '1') More...
 
QChar channel
 Channel character (e.g., 'A') More...
 

Detailed Description

Data description, including header values, extracted from each raw input MWL file.

Definition at line 30 of file us_mwl_data.h.

Member Data Documentation

QChar US_MwlData::DataHdr::cell

Cell character (e.g., '1')

Definition at line 45 of file us_mwl_data.h.

QChar US_MwlData::DataHdr::channel

Channel character (e.g., 'A')

Definition at line 46 of file us_mwl_data.h.

int US_MwlData::DataHdr::elaps_time

Scan elapsed time in seconds.

Definition at line 42 of file us_mwl_data.h.

int US_MwlData::DataHdr::icell

Cell index (0,...)

Definition at line 37 of file us_mwl_data.h.

int US_MwlData::DataHdr::ichan

Channel index (0,...)

Definition at line 38 of file us_mwl_data.h.

int US_MwlData::DataHdr::iscan

Scan index (0,...)

Definition at line 39 of file us_mwl_data.h.

int US_MwlData::DataHdr::nlambda

Number of wavelengths.

Definition at line 44 of file us_mwl_data.h.

int US_MwlData::DataHdr::npoint

Number of radius data points.

Definition at line 43 of file us_mwl_data.h.

double US_MwlData::DataHdr::omega2t

Omega-squared-T.

Definition at line 34 of file us_mwl_data.h.

double US_MwlData::DataHdr::radius_start

Radius start.

Definition at line 35 of file us_mwl_data.h.

double US_MwlData::DataHdr::radius_step

Radius step increment.

Definition at line 36 of file us_mwl_data.h.

int US_MwlData::DataHdr::rotor_speed

Rotor speed in RPM.

Definition at line 41 of file us_mwl_data.h.

int US_MwlData::DataHdr::set_speed

Rotor speed in RPM set constant.

Definition at line 40 of file us_mwl_data.h.

double US_MwlData::DataHdr::temperature

Scan temperature.

Definition at line 33 of file us_mwl_data.h.


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