#include "us_ramp.h"
Classes | |
class | TripleInfo |
Class that contains information about relevant cell/channel/wavelength combinations. More... | |
Public Types | |
enum | ioError { OK, CANTOPEN, DUP_RUNID, NOPERSON, NODATA, NODB, NOAUC, NOXML, BADXML, BADGUID, PARTIAL_XML, NOT_WRITTEN } |
Some status codes returned by the us_convert program. More... | |
Public Member Functions | |
US_Ramp () | |
Static Public Member Functions | |
static int | saveToDisk (QVector< US_mwlRamp::RampRawData * > &, QList< TripleInfo > &, QString, QString, QString, bool) |
Generic constructor for the US_Convert class. This constructor establishes the dialog and its relationship to the parent dialog. More... | |
static int | writeRawData (QString file, US_mwlRamp::RampRawData &data) |
Writes one cellchan combo to one .ramp file. More... | |
static int | readUS3Disk (QString dir, QVector< US_mwlRamp::RampRawData > &rawConvertedData, QList< TripleInfo > &cellchans, QString &runType) |
Reads a saved Ramp run from US3 Disk. More... | |
static int | readRawData (const QString file, US_mwlRamp::RampRawData &data) |
Reads one cellchan combo from a .ramp file. More... | |
Static Public Attributes | |
static const uint | format_version = 1 |
Static Private Member Functions | |
static int | setTriples (QList< US_DataIO::BeckmanRawScan > &rawLegacyData, QList< TripleInfo > &triples, QString runType, double tolerance) |
static void | setCcwTriples (QList< US_DataIO::BeckmanRawScan > &rawLegacyData, QList< TripleInfo > &triples, double tolerance) |
static void | setCcrTriples (QList< US_DataIO::BeckmanRawScan > &rawLegacyData, QList< TripleInfo > &triples, double tolerance) |
static void | setInterpolated (unsigned char *, int) |
static void | write (QDataStream &, const char *, int, quint32 &) |
static void | read (QDataStream &, char *, int, quint32 &) |
This class provides the ability to convert raw ramp data to the file format used by US3 for ramp data.
enum US_Ramp::ioError |
Some status codes returned by the us_convert program.
US_Ramp::US_Ramp | ( | ) |
Definition at line 20 of file us_ramp.cpp.
|
staticprivate |
Definition at line 768 of file us_ramp.cpp.
|
static |
Reads one cellchan combo from a .ramp file.
Definition at line 338 of file us_ramp.cpp.
|
static |
Reads a saved Ramp run from US3 Disk.
Definition at line 277 of file us_ramp.cpp.
|
static |
Generic constructor for the US_Convert class. This constructor establishes the dialog and its relationship to the parent dialog.
Writes the converted US3 data to disk.
rawConvertedData | A reference to a structure provided by the calling function that already contains the US3 raw converted data. |
all_chaninfo | A reference to a structure provided by the calling function that already contains all the different cell/channel/wavelength combinations in the data. |
runType | A reference to a variable that already contains the type of data ( "RA", "IP", "RI", "FI", "WA", or "WI"). This information will affect how the data is written. |
runID | The run ID of the experiment. |
dirname | Directory in which files are to be written. |
saveGUIDs | Boolean value that indicates whether data has been saved to disk before and doesn't require new GUIDs |
Definition at line 28 of file us_ramp.cpp.
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
Definition at line 762 of file us_ramp.cpp.
|
static |
Writes one cellchan combo to one .ramp file.
Definition at line 103 of file us_ramp.cpp.
|
static |