新增ComputePeakRange方法

This commit is contained in:
qiaoqinzheng 2023-08-28 15:14:56 +08:00
parent fc757f9f3e
commit 101c851b34

View File

@ -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);
}