fix:如何初始时获取beta calibration table数据
This commit is contained in:
parent
d64a0be200
commit
2e08948302
|
@ -1794,6 +1794,11 @@ public class SelfStationServiceImpl implements ISelfStationService {
|
|||
}
|
||||
map.put("EToC", fittingParaToUiStr);
|
||||
|
||||
// todo 按照默认点选择刻度点
|
||||
// E_β=661.6-E_γ,E_γ=F(C)
|
||||
//中心:C_β=F(E_β),范围:左[C_β-3√(C_β ), C_β+3√(C_β )]右
|
||||
// 高斯函数拟合得到拟合的中心道址,显示Energy vs. Channel
|
||||
|
||||
//判断人工交互的道值与能量对应参数数组是否为空
|
||||
if (Objects.nonNull(betaDataFile.getBgPara()) && CollectionUtils.isNotEmpty(betaDataFile.getBetaList())) {
|
||||
//存储计算参数道值
|
||||
|
|
Loading…
Reference in New Issue
Block a user