public JoshTheorFeatureGenerator(Globals.LabelingType labelingType, double fractionLabeling, double lowPeakCutOff, double molarMixingFraction)
 {
     LabelingType        = labelingType;
     LowPeakCutOff       = lowPeakCutOff;
     FractionLabeling    = fractionLabeling;
     MolarMixingFraction = molarMixingFraction;
     // Unused:
     // var _DeuteriumIsotopicProfileGenerator = new DeuteriumIsotopeProfileGenerator(molarMixingFraction, 1 - molarMixingFraction);
 }
Beispiel #2
0
 public TomTheorFeatureGenerator(Globals.LabelingType labelingType, double lowPeakCutOff)
 {
     LabelingType  = labelingType;
     LowPeakCutOff = lowPeakCutOff;
 }
 public JoshTheorFeatureGenerator(Globals.LabelingType labelingType, double fractionLabeling, double lowPeakCutOff)
 {
     LabelingType     = labelingType;
     LowPeakCutOff    = lowPeakCutOff;
     FractionLabeling = fractionLabeling;
 }