public static class ADAP3DPeakDetectionAlgorithm.GoodPeakInfo extends Object
GoodPeakInfo class is used to save information of good peaks.
| Modifier and Type | Field and Description |
|---|---|
int |
lowerScanBound |
float |
maxHeight |
int |
maxHeightScanNumber |
double |
mz |
Result |
objResult |
int |
upperScanBound |
| Constructor and Description |
|---|
GoodPeakInfo() |
public double mz
public int upperScanBound
public int lowerScanBound
public float maxHeight
public int maxHeightScanNumber
public Result objResult
Copyright © 2019. All rights reserved.