Holger Frey
1c259b49df
the `quiet` parameter is passed from the cli to the function
3 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
3 years ago
Holger Frey
c1bba778b9
removed debugging output
3 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
3 years ago
Holger Frey
da42f2358c
fixes for new findings of flake8
3 years ago
Holger Frey
4e1d92ca41
modernized project layout and infrastructure
...
- bumped version to 0.8.0
- requires now at least Python 3.9
- tox tests run in Python verions 3.9 and 3.10
- moved package source to "src" directory
3 years ago
Holger Frey
fde3513809
renamed package to 'sensospot_parser'
3 years ago
Holger Frey
4c69ef457b
added type hints and more docs to parser
3 years ago
Holger Frey
64cee96485
simplified adding parsed parameters
3 years ago
Holger Frey
38224770ad
renamed column constants
3 years ago
Holger Frey
1fa3c65d50
clarified column sets
3 years ago
Holger Frey
e165648123
added common index columns sets
3 years ago
Holger Frey
4fbb6410b3
cosmetic changes
3 years ago
Holger Frey
c7e8c3455a
parsing an empty folder without data raise a ValueError
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
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
9359cc00af
added api function apply_map
...
this also lead to simplifications in _add_measurement_params and apply_exposure_map
3 years ago
Holger Frey
71ad6c7977
bumped version
4 years ago
Holger Frey
dc8851d40e
removed aggregate utils, they don't belong in this library
4 years ago
Holger Frey
430ed5c8ca
added --quite flag to cli to bypass sanity checks
4 years ago
Holger Frey
dc8e7d5273
changed 'split_data_frame' to 'split'
4 years ago
Holger Frey
d6dac702e7
normalize_values() will respect preset exposure time
4 years ago
Holger Frey
6a00ac943d
added aggregation utility methods
4 years ago
Holger Frey
d282dadcfa
pushed version to 0.5.0
4 years ago
Holger Frey
2ad90af448
removed get_meaurement_params from public api
4 years ago
Holger Frey
4a3cecbe7b
removed module 'normalisation' in favor of 'dynamic_range'
4 years ago
Holger Frey
89c04e9b93
moved exposure maps out of normalization module
4 years ago
Holger Frey
67393144c6
added new submodule 'utils'
4 years ago
Holger Frey
e641c341f8
tests passing after cleanup
4 years ago
Holger Frey
ea6374b252
removed unnecessary api functions
4 years ago
Holger Frey
b264f1c904
some errors fixed in production
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
809382a2b2
normilization api for single channels has changed
4 years ago
Holger Frey
0ac616648c
remove custom normalization map
...
normilization of exposure time is always to the largest time available
4 years ago
Holger Frey
9acf7d9c0a
added measurement normalization
5 years ago
Holger Frey
e7c56a1f3a
measurement parameters are parsed again
5 years ago
Holger Frey
8b782f75ff
removed params info parsing
5 years ago
Holger Frey
e05e671989
updated docs after renaming project
5 years ago
Holger Frey
ec1d7bd8f3
renamed project
5 years ago
Holger Frey
ef00e80700
moved main code into .parser submodule
...
this should lead to a cleaner structur when a cli module is added.
Also the public facing methods are now clearly defined.
5 years ago
Holger Frey
3c20598927
working parser, cli missing
5 years ago
Holger Frey
fabbbe3621
parsing of CSV data files
5 years ago
Holger Frey
535490fd84
import of project template
5 years ago