36 #include <OpenMS/config.h>
105 double snr_threshold = 1.0,
106 const uint min_ms_level = 1,
107 bool randomize_precursor_mass =
false,
108 bool randomize_fragment_mass =
false);
113 static const int topFD_min_peak_count_ = 3;
115 static const int topFD_max_peak_count_ = 500;
A class representing a deconvolved spectrum. DeconvolvedSpectrum consists of PeakGroups representing ...
Definition: DeconvolvedSpectrum.h:56
Averagine patterns pre-calculated for speed up. Other variables are also calculated for fast cosine c...
Definition: FLASHDeconvHelperStructs.h:60
FLASHDeconv Spectrum level output *.tsv, *.msalign (for TopPIC) file formats.
Definition: FLASHDeconvSpectrumFile.h:50
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:60
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:48