42 bool write_full_meta{
true};
43 bool use_lossy_numpress{
false};
44 double linear_fp_mass_acc{-1};
106 const String& xic_filename,
108 const String& source_file =
"",
The interface of a consumer of spectra and chromatograms.
Definition IMSDataConsumer.h:46
In-Memory representation of a mass spectrometry run.
Definition MSExperiment.h:49
An class that uses on-disk SQLite database to read and write spectra and chromatograms.
Definition SqMassFile.h:32
void convertToXICParquet(const String &filename_in, const String &xic_filename, UInt64 run_id=0, const String &source_file="", const OpenSwath::LightTargetedExperiment &transition_exp=OpenSwath::LightTargetedExperiment()) const
Convert an sqMass file containing chromatogram data to an XIC Parquet file.
SqMassConfig config_
Definition SqMassFile.h:125
void setConfig(const SqMassConfig &config)
Definition SqMassFile.h:111
SqMassFile()
Default constructor.
void transform(const String &filename_in, Interfaces::IMSDataConsumer *consumer, bool skip_full_count=false, bool skip_first_pass=false) const
void store(const String &filename, const MapType &map) const
Store an MSExperiment in sqMass format.
void load(const String &filename, MapType &map) const
MSExperiment MapType
Definition SqMassFile.h:47
~SqMassFile()
Default destructor.
Configuration class for SqMassFile.
Definition SqMassFile.h:41
A more convenient string class.
Definition String.h:34
uint64_t UInt64
Unsigned integer type (64bit)
Definition Types.h:47
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Definition TransitionExperiment.h:356