|
@@ -139,7 +139,6 @@ namespace OTSIncAReportGrids
|
|
|
double filedsArea = Math.Round(high * wide * pixelSize* pixelSize* filedCount, 2);
|
|
|
int particleArea = fielddata.GetparticleArea();
|
|
|
|
|
|
- double ratio = Math.Round(particleArea / filedsArea*1000,3);
|
|
|
//float ScanFieldSize100 = resfile.GetScanFieldSizeX100();
|
|
|
//float ScanFieldSize = resfile.GetScanFieldSizeX();
|
|
|
|
|
@@ -161,6 +160,8 @@ namespace OTSIncAReportGrids
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ double ratio = Math.Round(particleArea / filedsArea*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");
|
|
@@ -183,7 +184,7 @@ namespace OTSIncAReportGrids
|
|
|
keyValues.Add(table["col9"].ToString()+ "\x00B2)", particleArea.ToString());
|
|
|
keyValues.Add(table["col10"].ToString(), ratio.ToString());
|
|
|
|
|
|
- keyValues.Add(table["col11"].ToString(), sizestr);
|
|
|
+ //keyValues.Add(table["col11"].ToString(), sizestr);
|
|
|
|
|
|
return keyValues;
|
|
|
}
|