Esempio n. 1
0
 public IsotopicProfileFitScoreCalculator(DeconTools.Backend.Globals.IsotopicProfileType lableType)
 {
     IsotopicProfileType = lableType;
 }
Esempio n. 2
0
 public IsotopicPeakFitScoreCalculator(DeconTools.Backend.Globals.IsotopicProfileType lableType, int numberOfPeaksToLeftForPenalty)
 {
     IsotopicProfileType           = lableType;
     NumberOfPeaksToLeftForPenalty = numberOfPeaksToLeftForPenalty;
 }
Esempio n. 3
0
 public IsotopicProfileFitScoreCalculator()
 {
     IsotopicProfileType = DeconTools.Backend.Globals.IsotopicProfileType.UNLABELLED;
 }