Go to the documentation of this file.
24 #ifndef _SPECTRUMTABLE_HPP_
25 #define _SPECTRUMTABLE_HPP_
44 Config(
const std::string& args =
"");
67 static const char*
id() {
return "spectrum_table";}
68 static const char*
description() {
return "write spectrum metadata as read from scan headers, in a table format";}
81 #endif // _SPECTRUMTABLE_HPP_
This auxilliary class should be specialized for MSDataAnalyzers whose instantiation is controlled by ...
Identifying information for a spectrum.
#define TABULARCONFIG_DELIMITER_USAGE_STR
static const char * argsFormat()
static const char * description()
SpectrumTable(const MSDataCache &cache, const Config &config)
virtual void close(const DataInfo &dataInfo)
end analysis of the data
static std::vector< std::string > argsUsage()
writes table of spectrum metadata to a file
const MSDataCache & cache_
simple memory cache for common MSData info
Config(const std::string &args="")
#define TABULARCONFIG_DELIMITER_OPTIONS_STR
virtual UpdateRequest updateRequested(const DataInfo &dataInfo, const SpectrumIdentity &spectrumIdentity) const
ask analyzer if it wants an update
Interface for MSData analyzers.
information about the data to be analyzed