Browse Source

added 'Analysis.Filename' to readme

xmlparsing
Holger Frey 3 years ago
parent
commit
6690b2fddc
  1. 4
      README.md

4
README.md

@ -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'
]
```

Loading…
Cancel
Save