Files
easySif/需求.txt
tangchao0503 7a449b7533 重构代码
1、将读取定标文件(rad、NonLinear)的功能,从文件ProjectManager.cs重构到文件SpectralProcessor.cs中的一个类(calAndNonLinearFileReader)中;
2、从文件ProjectManager.cs中重构出辐亮度转换方法,添加到文件SpectralProcessor.cs中SpectralProcessor类中的方法processDirectory_dn2rad → 这是为了兼容辐亮度转换命令行程序(用于整合到通量系统中);
2022-07-06 13:40:16 +08:00

5 lines
248 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

检测光谱数据条数是否正确;
1、没有转换为rad的csv不能写到2rad文件夹中
2、在福亮度转换过程中点击取消按钮 并不能杀死线程;
3、修改委托名UpdateProgressBarInfoDelegate → 完成;