Single scan parameter and readings. More...
#include "us_dataIO.h"
Public Attributes | |
double | temperature |
Temperature while acquiring data (C) More... | |
double | rpm |
RPM of rotor for this scan. More... | |
double | seconds |
Time elapsed since start of run. More... | |
double | omega2t |
Calculated integration of w2t since start of run. More... | |
double | wavelength |
Wavelength setting of optical system. More... | |
double | plateau |
Reading value. More... | |
double | delta_r |
Radial distance between Readings. More... | |
bool | nz_stddev |
Flag if any of stddevs is non-zero. More... | |
QVector< double > | rvalues |
The readings values (radius/wavelength) More... | |
QVector< double > | stddevs |
The scan readings standard deviations. More... | |
QByteArray | interpolated |
Bit array, 1 ea. Reading: 0=actual; 1=interpolated. More... | |
Single scan parameter and readings.
The scanned data in the UltraScan III format and the specified plateau after editing. The Beckman data is interpolated so there are no missing entries.
Definition at line 70 of file us_dataIO.h.
double US_DataIO::Scan::delta_r |
Radial distance between Readings.
Definition at line 79 of file us_dataIO.h.
QByteArray US_DataIO::Scan::interpolated |
Bit array, 1 ea. Reading: 0=actual; 1=interpolated.
Definition at line 83 of file us_dataIO.h.
bool US_DataIO::Scan::nz_stddev |
Flag if any of stddevs is non-zero.
Definition at line 80 of file us_dataIO.h.
double US_DataIO::Scan::omega2t |
Calculated integration of w2t since start of run.
Definition at line 76 of file us_dataIO.h.
double US_DataIO::Scan::plateau |
Reading value.
Definition at line 78 of file us_dataIO.h.
double US_DataIO::Scan::rpm |
RPM of rotor for this scan.
Definition at line 74 of file us_dataIO.h.
QVector< double > US_DataIO::Scan::rvalues |
The readings values (radius/wavelength)
Definition at line 81 of file us_dataIO.h.
double US_DataIO::Scan::seconds |
Time elapsed since start of run.
Definition at line 75 of file us_dataIO.h.
QVector< double > US_DataIO::Scan::stddevs |
The scan readings standard deviations.
Definition at line 82 of file us_dataIO.h.
double US_DataIO::Scan::temperature |
Temperature while acquiring data (C)
Definition at line 73 of file us_dataIO.h.
double US_DataIO::Scan::wavelength |
Wavelength setting of optical system.
Definition at line 77 of file us_dataIO.h.