|
|
|
@ -13,11 +13,13 @@ Parsing the numerical output from Sensovation Sensospot image analysis.
@@ -13,11 +13,13 @@ Parsing the numerical output from Sensovation Sensospot image analysis.
|
|
|
|
|
raw_data = sensospot_data.parse_folder(<path to results directory>) |
|
|
|
|
|
|
|
|
|
sorted(raw_data.columns) == [ |
|
|
|
|
'Analysis.Name', |
|
|
|
|
'Bkg.Area', 'Bkg.Mean', 'Bkg.Median', 'Bkg.StdDev', 'Bkg.Sum', |
|
|
|
|
'Exposure.Id', |
|
|
|
|
'Parameters.Channel', 'Parameters.Time', |
|
|
|
|
'Pos.Id', 'Pos.Nom.X', 'Pos.Nom.Y', 'Pos.X', 'Pos.Y', |
|
|
|
|
'Spot.Area', 'Spot.Diameter', 'Spot.Found', 'Spot.Mean', 'Spot.Median', 'Spot.Saturation', 'Spot.StdDev', 'Spot.Sum', |
|
|
|
|
'Spot.Area', 'Spot.Diameter', 'Spot.Found', 'Spot.Mean', 'Spot.Median', |
|
|
|
|
'Spot.Saturation', 'Spot.StdDev', 'Spot.Sum', |
|
|
|
|
'Well.Column', 'Well.Name', 'Well.Row' |
|
|
|
|
] |
|
|
|
|
``` |
|
|
|
|