소스 검색

Undo the added measured frame area

cxs 1 주 전
부모
커밋
ee18a3a20d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      OTSIncAReportApp/1-UI/Control_Grids/ResultGrid.cs

+ 2 - 2
OTSIncAReportApp/1-UI/Control_Grids/ResultGrid.cs

@@ -159,14 +159,14 @@ namespace OTSIncAReportGrids
                     break;
                 }
             }
-            double filedsAreadetected = scanFieldSize * (scanFieldSize * high / wide) * filedCount;
+            //double filedsAreadetected = scanFieldSize * (scanFieldSize * high / wide) * filedCount;
             double ratio = Math.Round(particleArea / (filedsArea * 1000000) *double.Parse(sizestr),3);
 
             keyValues.Add(table["col2"].ToString(), star.ToString("yyyy-MM-dd HH:mm:ss"));
             keyValues.Add(table["col3"].ToString(), end.ToString("yyyy-MM-dd HH:mm:ss"));
             keyValues.Add(table["col4"].ToString(), Math.Round(timeSpan.TotalMinutes, 2).ToString() + "mins");
             keyValues.Add(table["col5"].ToString(), filedCount.ToString());
-            keyValues.Add(table["col20"].ToString(), Math.Round(filedsAreadetected/ 1000000, 3).ToString());
+            //keyValues.Add(table["col20"].ToString(), Math.Round(filedsAreadetected/ 1000000, 1).ToString());
             keyValues.Add(table["col12"].ToString(), Math.Round(Magnification, 2).ToString());
 			string LibraryName = "";