Holger Frey
8169daeb89
Added parser for the assay results xml file
...
The `sensospot_parser.parse_folder()` function now tries to parse the xml file first and will fall back to parsing csv files if an error occurs
2 years ago
Holger Frey
791ad62398
cleaned up the cli interface
...
I was annoyed by the cli interface quite some time. It should now adhere more to what is expected from a POSIX cli
2 years ago
Holger Frey
78c5db031a
Added image name and recording datetime to the results
...
This two columns where added:
- Analysis.Image
- Analysis.Datetime
When parsing a folder, the image names and (if available) the date and time of the recording is added to the resulting data frame.
If the recording datetime is not available, the resulting column will contain NaN
2 years ago
Holger Frey
cc133f1873
added build instructions for documentation
2 years ago
Holger Frey
614a031217
updated readme
3 years ago
Holger Frey
4c69ef457b
added type hints and more docs to parser
3 years ago
Holger Frey
38224770ad
renamed column constants
3 years ago
Holger Frey
ad960108e1
fixed shell script name
3 years ago
Holger Frey
9801036911
clarification in readme
3 years ago
Holger Frey
6690b2fddc
added 'Analysis.Filename' to readme
3 years ago
Holger Frey
c03cff6ad4
added option to recurse one level down
3 years ago
Holger Frey
c1f1e2bb0e
added the possibility to redirect parsed data to stdout
3 years ago
Holger Frey
2de4859ca8
removed typo
3 years ago
Holger Frey
0290c0a9ba
removed "utils" and "dynamic_range"
...
this two modules should be added to a new project. This project should concentrate on on just parsing the data.
3 years ago
Holger Frey
994a06a8f3
added more tests for apply_map()
3 years ago
Holger Frey
df0bf78b29
added apply_map() api function to readme
3 years ago
Holger Frey
2274a2101b
changed defaults for xdr since sensospot bug is fixed
3 years ago
Holger Frey
dc8e7d5273
changed 'split_data_frame' to 'split'
4 years ago
Holger Frey
d32d1b857e
updated readme
4 years ago
Holger Frey
58d49bf967
api changes
...
- normilization api for measurement changed to
`split_channels`
- named tuple for exposure maps exposed in package as
`ExposureInfo`
4 years ago
Holger Frey
a82104fcd4
moving to gittea needs a push
5 years ago
Holger Frey
e05e671989
updated docs after renaming project
5 years ago
Holger Frey
535490fd84
import of project template
5 years ago