50 lines
2.1 KiB
Plaintext
50 lines
2.1 KiB
Plaintext
loadCtrlFcn.m
|
||
|
||
case 'AddMessages': ———— 读取PHD文件基本信息(可以忽略)
|
||
———— struct_UserData.txt
|
||
|
||
case 'Load': ———— 加载谱文件并初始化全局变量
|
||
———— importMsg.txt
|
||
———— calFitMsg.m
|
||
———— calInitInternal.m
|
||
———— setCurrentSpectrum.m
|
||
———— global At_current_spectrum
|
||
|
||
*************************************************************************************************
|
||
|
||
calFitMsg.m
|
||
|
||
getCalibrationData.m ———— 获取刻度数据
|
||
calFitPara.m ———————————— 计算刻度参数
|
||
———————————— polyfit.m Line_152
|
||
setCalibrationPara.m ———— 设置刻度参数
|
||
———— getCalParaGlob.m
|
||
———— setCalParaGlob.m
|
||
———— global Acal_energy_para
|
||
———— global Acal_resolution_para
|
||
———— global Acal_efficiency_para
|
||
———— global Acal_tot_efficiency_para
|
||
———— global Acal_tail_para
|
||
———— global Acal_tail_alpha_para
|
||
———— global Acal_tail_right_para
|
||
———— global Acal_tail_right_alpha_para
|
||
———— global Acal_step_ratio_para
|
||
———— 数据类型 1X4 Cell
|
||
———— 内容示意 'PhdFit 1'
|
||
[2; -0.24; -0.198; -2.8854e-007]
|
||
[0.07024 0.00035855 0.30202 0.0020026]
|
||
'PHD 1'
|
||
|
||
*************************************************************************************************
|
||
|
||
calInitInternal.m
|
||
———— function lFindPreferredCalib
|
||
———— setCurrentCalibration.m
|
||
———— setPATEntry.m
|
||
———— global Apat_list_index
|
||
———— setPATGlob.m
|
||
———— global Apat_list
|
||
|
||
|
||
|