瀏覽代碼

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

cxs 1 年之前
父節點
當前提交
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
 

文件差異過大導致無法顯示
+ 531 - 530
OTSIncAMeasureApp/5-OTSMeasureStatuImageFun/OTSMeasureStatusWindow.cs


部分文件因文件數量過多而無法顯示