|
@@ -1180,7 +1180,7 @@ namespace OTSIncAReportGraph.Controls
|
|
|
//获取使用标准库的名称
|
|
|
string str_stdname = "";
|
|
|
string str_IncALibName = "";
|
|
|
- List<int> FLID = new List<int>() { 0, 1, 2, 3, 4, 5, 6, 9 };
|
|
|
+ List<int> FLID = new List<int>() { 0, 1, 2, 4, 6, 9 };
|
|
|
//List<string> NameList = new List<string>() { "过小颗粒", "过大颗粒", "亮度不在分析范围内的颗粒", "低计数率颗粒", "不含分析元素的颗粒", "非夹杂物颗粒SiC", "非夹杂物颗粒FeO", "未识别颗粒" };
|
|
|
List<string> NameList = new List<string>() { "过小颗粒", "过大颗粒", "亮度不在分析范围内的颗粒", "低计数率颗粒", "不含分析元素的颗粒", "未识别颗粒" };
|
|
|
|
|
@@ -1189,7 +1189,7 @@ namespace OTSIncAReportGraph.Controls
|
|
|
int index = FLID.IndexOf(in_dparticle.TypeId);
|
|
|
if (index == -1)
|
|
|
{
|
|
|
- index = 7;
|
|
|
+ index = 5;
|
|
|
}
|
|
|
//小于1000,使用系统默认分类
|
|
|
str_IncALibName = NameList[index];
|