Go to the documentation of this file.
24 #ifndef _SPECTRUMTABLE_HPP_
25 #define _SPECTRUMTABLE_HPP_
44 Config(
const std::string& args =
"");
52 virtual UpdateRequest updateRequested(
const DataInfo& dataInfo,
55 virtual void close(
const DataInfo& dataInfo);
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()
static std::vector< std::string > argsUsage()
writes table of spectrum metadata to a file
const MSDataCache & cache_
simple memory cache for common MSData info
#define TABULARCONFIG_DELIMITER_OPTIONS_STR
Interface for MSData analyzers.
information about the data to be analyzed