
Entries for edits of a scan. More...
#include "us_dataIO.h"
Public Member Functions | |
| EditValues () | |
| A constructor that provides initial values for scan edits. More... | |
Public Attributes | |
| QString | expType |
| Experiment type. More... | |
| QList< SpeedData > | speedData |
| Speed step data list. More... | |
| QString | runID |
| Specified runID of raw data. 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 | 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 | airGapLeft |
| Start of air gap for interference data. More... | |
| double | airGapRight |
| End of air gap for interfence data. More... | |
| double | gapTolerance |
| Tolerance for interference adjustments. More... | |
| double | rangeLeft |
| Minimum radius for valid data. More... | |
| double | rangeRight |
| Maximum radius for valid data. More... | |
| double | plateau |
| A radius value. More... | |
| double | baseline |
| Designated baseline value of data. More... | |
| double | ODlimit |
| OD limit for RMSD calculations. More... | |
| QList< int > | excludes |
| List of scans excluded from raw data. More... | |
| QList< int > | lambdas |
| A list of lambdas from the raw data. More... | |
| QList< EditedPoint > | editedPoints |
| List of points spec. changed. More... | |
| int | noiseOrder |
| Order of polynomial for noise removal. More... | |
| double | invert |
| Flag to invert sign of data: 1. or -1. More... | |
| bool | removeSpikes |
| Flag to run spike removal algorithm. More... | |
| bool | floatingData |
| Flag analyte density < buffer density. More... | |
Entries for edits of a scan.
A class that holds all entries associated with the edits of a scan.
Definition at line 140 of file us_dataIO.h.
|
inline |
A constructor that provides initial values for scan edits.
Air Gap is only for interference data
Definition at line 144 of file us_dataIO.h.
| double US_DataIO::EditValues::airGapLeft |
Start of air gap for interference data.
Definition at line 169 of file us_dataIO.h.
| double US_DataIO::EditValues::airGapRight |
End of air gap for interfence data.
Definition at line 170 of file us_dataIO.h.
| double US_DataIO::EditValues::baseline |
Designated baseline value of data.
Definition at line 175 of file us_dataIO.h.
| QString US_DataIO::EditValues::cell |
Cell (hole) of rotor for this data.
Definition at line 163 of file us_dataIO.h.
| QString US_DataIO::EditValues::channel |
Channel ('A', 'B', etc) of scan data.
Definition at line 164 of file us_dataIO.h.
| QString US_DataIO::EditValues::dataGUID |
A globally unique ID for data.
Definition at line 167 of file us_dataIO.h.
| QList< EditedPoint > US_DataIO::EditValues::editedPoints |
List of points spec. changed.
Definition at line 179 of file us_dataIO.h.
| QString US_DataIO::EditValues::editGUID |
A globally unique ID for edit.
Definition at line 166 of file us_dataIO.h.
| QList< int > US_DataIO::EditValues::excludes |
List of scans excluded from raw data.
Definition at line 177 of file us_dataIO.h.
| QString US_DataIO::EditValues::expType |
Experiment type.
Definition at line 158 of file us_dataIO.h.
| bool US_DataIO::EditValues::floatingData |
Flag analyte density < buffer density.
Definition at line 183 of file us_dataIO.h.
| double US_DataIO::EditValues::gapTolerance |
Tolerance for interference adjustments.
Definition at line 171 of file us_dataIO.h.
| double US_DataIO::EditValues::invert |
Flag to invert sign of data: 1. or -1.
Definition at line 181 of file us_dataIO.h.
| QList< int > US_DataIO::EditValues::lambdas |
A list of lambdas from the raw data.
Definition at line 178 of file us_dataIO.h.
| double US_DataIO::EditValues::meniscus |
Designated radius of meniscus.
Definition at line 168 of file us_dataIO.h.
| int US_DataIO::EditValues::noiseOrder |
Order of polynomial for noise removal.
Definition at line 180 of file us_dataIO.h.
| double US_DataIO::EditValues::ODlimit |
OD limit for RMSD calculations.
Definition at line 176 of file us_dataIO.h.
| double US_DataIO::EditValues::plateau |
A radius value.
Definition at line 174 of file us_dataIO.h.
| double US_DataIO::EditValues::rangeLeft |
Minimum radius for valid data.
Definition at line 172 of file us_dataIO.h.
| double US_DataIO::EditValues::rangeRight |
Maximum radius for valid data.
Definition at line 173 of file us_dataIO.h.
| bool US_DataIO::EditValues::removeSpikes |
Flag to run spike removal algorithm.
Definition at line 182 of file us_dataIO.h.
| QString US_DataIO::EditValues::runID |
Specified runID of raw data.
Definition at line 162 of file us_dataIO.h.
| QList< SpeedData > US_DataIO::EditValues::speedData |
Speed step data list.
Definition at line 161 of file us_dataIO.h.
| QString US_DataIO::EditValues::wavelength |
Wavelength setting of optical system.
Definition at line 165 of file us_dataIO.h.
1.8.3.1-20130324