10 #include <OpenMS/config.h>
79 double snr_threshold = 1.0,
80 const uint min_ms_level = 1,
81 bool randomize_precursor_mass =
false,
82 bool randomize_fragment_mass =
false);
87 static const int topFD_min_peak_count_ = 3;
89 static const int topFD_max_peak_count_ = 500;
A class representing a deconvolved spectrum. DeconvolvedSpectrum consists of PeakGroups representing ...
Definition: DeconvolvedSpectrum.h:30
Averagine patterns pre-calculated for speed up. Other variables are also calculated for fast cosine c...
Definition: FLASHDeconvHelperStructs.h:34
FLASHDeconv Spectrum level output *.tsv, *.msalign (for TopPIC) file formats.
Definition: FLASHDeconvSpectrumFile.h:24
static void writeTopFD(DeconvolvedSpectrum &dspec, std::fstream &fs, double snr_threshold=1.0, const uint min_ms_level=1, bool randomize_precursor_mass=false, bool randomize_fragment_mass=false)
write the deconvolved masses TopFD output (*.msalign)
static void writeDeconvolvedMassesHeader(std::fstream &fs, uint ms_level, bool detail, bool dummy)
write the header in the tsv output file (spectrum level)
static void writeDeconvolvedMasses(DeconvolvedSpectrum &dspec, DeconvolvedSpectrum &target_spec, std::fstream &fs, const String &file_name, const FLASHDeconvHelperStructs::PrecalculatedAveragine &avg, double tol, bool write_detail, bool record_dummy)
write the deconvolved masses in the output file (spectrum level)
A more convenient string class.
Definition: String.h:34
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19