Merge remote-tracking branch 'origin/station' into station

This commit is contained in:
qiaoqinzheng 2023-07-12 15:44:49 +08:00
commit fc36ff1ac3

View File

@ -33,4 +33,12 @@ public class EnergySpectrumHandler {
*/
public static native List<Double> GetFileFittingPara(List<Double> centroid_channel, List<Double> g_energy);
/**
* 根据channel 获取 Energy
* @param centroid_channel
* @param fittingPara
* @return
*/
public static native List<Double> GetFileFittingData(List<Double> centroid_channel, List<Double> fittingPara);
}