|
@@ -159,13 +159,14 @@ namespace OTSIncAReportGrids
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+ 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["col12"].ToString(), Math.Round(Magnification, 2).ToString());
|
|
|
string LibraryName = "";
|
|
|
|