The CCW data after edits are applied. More...
#include "us_dataIO.h"
Public Attributes | |
QString | runID |
Specified runID of raw data. More... | |
QString | editID |
Identifier of file with edits for data. More... | |
QString | dataType |
Sensor type. More... | |
QString | cell |
Cell (hole) of rotor for this data. More... | |
QString | channel |
Channel ('A', 'B', etc) of scan data. More... | |
QString | wavelength |
Wavelength setting of optical system. More... | |
QString | description |
ASCII description of the data. More... | |
QString | editGUID |
A globally unique ID for edit. More... | |
QString | dataGUID |
A globally unique ID for data. More... | |
double | meniscus |
Designated radius of meniscus. More... | |
double | plateau |
Loc. max. value of data, a radius. More... | |
double | baseline |
Designated baseline value of data. More... | |
double | ODlimit |
OD limit for RMSD calculations. More... | |
bool | floatingData |
Flag analyte density < buffer density. More... | |
QVector< Scan > | scanData |
The actual data. Interpolated omitted. More... | |
The CCW data after edits are applied.
Definition at line 224 of file us_dataIO.h.
double US_DataIO::NewEditedData::baseline |
Designated baseline value of data.
Definition at line 238 of file us_dataIO.h.
QString US_DataIO::NewEditedData::cell |
Cell (hole) of rotor for this data.
Definition at line 230 of file us_dataIO.h.
QString US_DataIO::NewEditedData::channel |
Channel ('A', 'B', etc) of scan data.
Definition at line 231 of file us_dataIO.h.
QString US_DataIO::NewEditedData::dataGUID |
A globally unique ID for data.
Definition at line 235 of file us_dataIO.h.
QString US_DataIO::NewEditedData::dataType |
Sensor type.
Definition at line 229 of file us_dataIO.h.
QString US_DataIO::NewEditedData::description |
ASCII description of the data.
Definition at line 233 of file us_dataIO.h.
QString US_DataIO::NewEditedData::editGUID |
A globally unique ID for edit.
Definition at line 234 of file us_dataIO.h.
QString US_DataIO::NewEditedData::editID |
Identifier of file with edits for data.
Definition at line 228 of file us_dataIO.h.
bool US_DataIO::NewEditedData::floatingData |
Flag analyte density < buffer density.
Definition at line 240 of file us_dataIO.h.
double US_DataIO::NewEditedData::meniscus |
Designated radius of meniscus.
Definition at line 236 of file us_dataIO.h.
double US_DataIO::NewEditedData::ODlimit |
OD limit for RMSD calculations.
Definition at line 239 of file us_dataIO.h.
double US_DataIO::NewEditedData::plateau |
Loc. max. value of data, a radius.
Definition at line 237 of file us_dataIO.h.
QString US_DataIO::NewEditedData::runID |
Specified runID of raw data.
Definition at line 227 of file us_dataIO.h.
QVector< Scan > US_DataIO::NewEditedData::scanData |
The actual data. Interpolated omitted.
Definition at line 241 of file us_dataIO.h.
QString US_DataIO::NewEditedData::wavelength |
Wavelength setting of optical system.
Definition at line 232 of file us_dataIO.h.