|
|
@ -43,6 +43,11 @@ There is a `columns` module available, providing constans that define the column |
|
|
|
|
|
|
|
|
|
|
|
## Avaliable public functions: |
|
|
|
## Avaliable public functions: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All public functions return a [pandas DataFrame][pandas] object. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Be aware that some columns might contain no values. This is depending on the parsing |
|
|
|
|
|
|
|
method (xml or csv) and if a parameters file could be found or not. |
|
|
|
|
|
|
|
|
|
|
|
- **parse_folder(path_to_folder)** |
|
|
|
- **parse_folder(path_to_folder)** |
|
|
|
Tries the `parse_xml_folder()` function first and if an error occurs, |
|
|
|
Tries the `parse_xml_folder()` function first and if an error occurs, |
|
|
|
it falls back to the `parse_csv_folder()` |
|
|
|
it falls back to the `parse_csv_folder()` |
|
|
@ -88,3 +93,4 @@ To generate the documentation pages use `make docs` or `make serve-docs` for |
|
|
|
starting a webserver with the generated documentation |
|
|
|
starting a webserver with the generated documentation |
|
|
|
|
|
|
|
|
|
|
|
[sensospot]: https://www.miltenyi-imaging.com/products/sensospot |
|
|
|
[sensospot]: https://www.miltenyi-imaging.com/products/sensospot |
|
|
|
|
|
|
|
[pandas]: https://pandas.pydata.org/docs/reference/frame.html |