Struct LoadRawData¶
Defined in File RawDataProcessor.h
Inheritance Relationships¶
Base Type¶
public SmartPeak::RawDataProcessor(Struct RawDataProcessor)
Struct Documentation¶
-
struct
SmartPeak::LoadRawData: public SmartPeak::RawDataProcessor¶ Public Functions
-
inline virtual int
getID() const override¶ Get the processor struct ID
-
inline virtual std::string
getName() const override¶ Get the processor struct name
-
inline virtual std::string
getDescription() const override¶ Get the processor struct description
-
virtual ParameterSet
getParameterSchema() const¶ Get the Schema (possible, default parameters) of the processor.
-
virtual void
process(RawDataHandler &rawDataHandler_IO, const ParameterSet ¶ms_I, const Filenames &filenames) const override¶ Read in raw data mzML file from disk.
Depending upon user specifications, the mzML file will be mapped to the TraML file and/or various pre-processing methods will be run to extract out the data.
Public Static Functions
-
static void
extractMetaData(RawDataHandler &rawDataHandler_IO)¶ Extracts metadata from the chromatogram.
NOTE:
Not used in the current version of SmartPeak
Would need to be refactored or carefully implemented so as not to conflict with current injection, sample, and file naming patterns
-
inline virtual int