UltraScan III
List of all members | Public Attributes
US_DataIO::BeckmanRawScan Class Reference

Beckman Raw data scan. More...

#include "us_dataIO.h"

Public Attributes

QString description
 First line of data file. More...
 
char type
 I P R W F (1st Element of 2nd line) More...
 
char channel
 Channel ('A', 'B', etc) of scan data. More...
 
int cell
 Cell (hole) of rotor for this data. More...
 
double temperature
 Temperature while acquiring data (C) More...
 
double rpm
 RPM of rotor for this file. More...
 
double seconds
 Time elapsed since start of run. More...
 
double omega2t
 Calculated integration of w2t since start of run. More...
 
double rpoint
 Radius (or Wavelength) point. More...
 
int count
 Actual number of readings for this scan. More...
 
bool nz_stddev
 Flag if any of stddevs is non-zero. More...
 
QVector< double > xvalues
 Wavelength or radius information. More...
 
QVector< double > rvalues
 The scan readings values (rad or wvln) More...
 
QVector< double > stddevs
 The scan readings standard deviations. More...
 

Detailed Description

Beckman Raw data scan.

This is the structure of a Beckman raw data file. The file types are:

For multi wavelength data, the wavelength and radius data are in opposite positions.

Definition at line 46 of file us_dataIO.h.

Member Data Documentation

int US_DataIO::BeckmanRawScan::cell

Cell (hole) of rotor for this data.

Definition at line 52 of file us_dataIO.h.

char US_DataIO::BeckmanRawScan::channel

Channel ('A', 'B', etc) of scan data.

Definition at line 51 of file us_dataIO.h.

int US_DataIO::BeckmanRawScan::count

Actual number of readings for this scan.

Definition at line 58 of file us_dataIO.h.

QString US_DataIO::BeckmanRawScan::description

First line of data file.

Definition at line 49 of file us_dataIO.h.

bool US_DataIO::BeckmanRawScan::nz_stddev

Flag if any of stddevs is non-zero.

Definition at line 59 of file us_dataIO.h.

double US_DataIO::BeckmanRawScan::omega2t

Calculated integration of w2t since start of run.

Definition at line 56 of file us_dataIO.h.

double US_DataIO::BeckmanRawScan::rpm

RPM of rotor for this file.

Definition at line 54 of file us_dataIO.h.

double US_DataIO::BeckmanRawScan::rpoint

Radius (or Wavelength) point.

Definition at line 57 of file us_dataIO.h.

QVector< double > US_DataIO::BeckmanRawScan::rvalues

The scan readings values (rad or wvln)

Definition at line 61 of file us_dataIO.h.

double US_DataIO::BeckmanRawScan::seconds

Time elapsed since start of run.

Definition at line 55 of file us_dataIO.h.

QVector< double > US_DataIO::BeckmanRawScan::stddevs

The scan readings standard deviations.

Definition at line 62 of file us_dataIO.h.

double US_DataIO::BeckmanRawScan::temperature

Temperature while acquiring data (C)

Definition at line 53 of file us_dataIO.h.

char US_DataIO::BeckmanRawScan::type

I P R W F (1st Element of 2nd line)

Definition at line 50 of file us_dataIO.h.

QVector< double > US_DataIO::BeckmanRawScan::xvalues

Wavelength or radius information.

Definition at line 60 of file us_dataIO.h.


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