新增ComputePeakRange方法
This commit is contained in:
parent
fc757f9f3e
commit
101c851b34
|
@ -23,4 +23,6 @@ public class CalValuesHandler {
|
|||
|
||||
public static native List<Double> calFitPara(String type, int funcId, List<Double> x, List<Double> y, List<Double> err);
|
||||
|
||||
public static native List<PeakInfo> ComputePeakRange(int m_nCount, List<Double> vCentroid, List<Double> vFwhmCh, List<Double> vTail, List<Double> vUpperTail);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user