diff --git a/README.md b/README.md index 57a450e..c81bfc8 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,13 @@ Parsing the numerical output from Sensovation Sensospot image analysis. raw_data = sensospot_data.parse_folder() 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' ] ```