|
@@ -801,6 +801,7 @@ namespace OTSIncAGraph.Controls
|
|
|
public class KMLFPoint
|
|
|
{
|
|
|
public float kml_x;
|
|
|
+ public float lml_x;
|
|
|
public string ysm;
|
|
|
}
|
|
|
|
|
@@ -813,6 +814,8 @@ namespace OTSIncAGraph.Controls
|
|
|
public string ElementName;
|
|
|
public double Percentage;//实际能谱返回的质量百分比
|
|
|
public double dKF;//K峰,元素周期表中固定值
|
|
|
+ public double dLF;//L峰
|
|
|
+ public double percentageIn100;//归一化后的百分比
|
|
|
}
|
|
|
#endregion
|
|
|
|