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