Merge remote-tracking branch 'origin/station' into station
This commit is contained in:
commit
fc36ff1ac3
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user