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