Method | Description | |
---|---|---|
LibraryMatchParameters ( ) |
Initializes a new instance of the LibraryMatchParameters class.
|
|
LibraryMatchParameters ( double driftTimeToleranceInMs, double initialSearchMassToleranceInPpm, int numPointForSmoothing, double peakShapeThreshold, double isotopicThreshold, double featureFilterLevel, double matchingMassToleranceInPpm, double driftTubeLengthInCm ) |
Initializes a new instance of the LibraryMatchParameters class.
|
public LibraryMatchParameters ( double driftTimeToleranceInMs, double initialSearchMassToleranceInPpm, int numPointForSmoothing, double peakShapeThreshold, double isotopicThreshold, double featureFilterLevel, double matchingMassToleranceInPpm, double driftTubeLengthInCm ) | ||
driftTimeToleranceInMs | double | /// The drift time tolerance in ms. /// |
initialSearchMassToleranceInPpm | double | /// The mass tolerance in ppm. /// |
numPointForSmoothing | int | /// The num point for smoothing. /// |
peakShapeThreshold | double | /// The peak shape threshold. /// |
isotopicThreshold | double | /// The isotopic threshold. /// |
featureFilterLevel | double | /// The feature Filter Level. /// |
matchingMassToleranceInPpm | double | /// The matching Mass Tolerance In Ppm. /// |
driftTubeLengthInCm | double |