浏览代码

fix a bad comment

gsp 1 年之前
父节点
当前提交
3d0ef786d9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      OTSIncAMeasureApp/1-OTSMeasure/Measure/3-MeasureFlow/CSmplMeasure.cs

+ 2 - 2
OTSIncAMeasureApp/1-OTSMeasure/Measure/3-MeasureFlow/CSmplMeasure.cs

@@ -726,7 +726,7 @@ namespace OTSModelSharp
                 
                     if (pBSEImg == null)
                     {
-                        log.Error("ImageProcess: can't get no background image.");
+                        log.Error("ImageProcess: can't get BSE image.");
                         pStatus.SetStatus(OTS_MSR_SAMPLE_STATUS.FAILED);
                         return;
                     }
@@ -834,7 +834,7 @@ namespace OTSModelSharp
             //first step:remove background of the bse image and compound all the finded particles.
 
             log.Info("Begin to process image and get all particles!");
-            GetOriginalParticles(ref curFldData);
+            GetOriginalParticles(ref curFldData);//according to the ECD scope,filter out the effective particles,remove the noise.
 
             log.Info("Begin to filter particles!");
             FilterParticles(ref curFldData);//filter according to the xraylimit