|
|
|
@ -1,15 +1,15 @@
@@ -1,15 +1,15 @@
|
|
|
|
|
Sensovation Data Parser |
|
|
|
|
======================= |
|
|
|
|
Sensospot Data Parser |
|
|
|
|
===================== |
|
|
|
|
|
|
|
|
|
Parsing the numerical output from Sensovation image analysis. |
|
|
|
|
Parsing the numerical output from Sensovation Sensospot image analysis. |
|
|
|
|
|
|
|
|
|
## Example: |
|
|
|
|
|
|
|
|
|
```python |
|
|
|
|
|
|
|
|
|
import sensovation_data_parser |
|
|
|
|
import sensospot_data |
|
|
|
|
|
|
|
|
|
sensovation_data_parser.run() |
|
|
|
|
sensovation_data.process_folder(<path to results directory>) |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -17,10 +17,10 @@ Parsing the numerical output from Sensovation image analysis.
@@ -17,10 +17,10 @@ Parsing the numerical output from Sensovation image analysis.
|
|
|
|
|
|
|
|
|
|
To install the development version of Sensovation Data Parser: |
|
|
|
|
|
|
|
|
|
git clone https://github.com/holgi/sensovation_data_parser.git |
|
|
|
|
git clone https://git.cpi.imtek.uni-freiburg.de/holgi/sensospot_data.git |
|
|
|
|
|
|
|
|
|
# create a virtual environment and install all required dev dependencies |
|
|
|
|
cd sensovation_data_parser |
|
|
|
|
cd sensospot_data |
|
|
|
|
make devenv |
|
|
|
|
|
|
|
|
|
To run the tests, use `make tests` or `make coverage` for a complete report. |
|
|
|
|