Browse Source

测量程序单点采集xray添加谱峰元素信息

cxs 1 year ago
parent
commit
cb5062b4e2

+ 3 - 0
OTSIncAMeasureApp/5-OTSMeasureStatuImageFun/Control_XRayTable.cs

@@ -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
 

File diff suppressed because it is too large
+ 531 - 530
OTSIncAMeasureApp/5-OTSMeasureStatuImageFun/OTSMeasureStatusWindow.cs


Some files were not shown because too many files changed in this diff