... | @@ -738,7 +738,7 @@ Create settings from a json file with full processing settings on. |
... | @@ -738,7 +738,7 @@ Create settings from a json file with full processing settings on. |
|
This expects a json to be available with a format such as seen below.
|
|
This expects a json to be available with a format such as seen below.
|
|
Here we use manually generated processing files.
|
|
Here we use manually generated processing files.
|
|
They have to be available on these paths and have the right format.
|
|
They have to be available on these paths and have the right format.
|
|
An example of such custom processing files can be found [here](config/premadeSettings/processing/).
|
|
An example of such custom processing files can be found [here](https://cosysgit.uantwerpen.be/rtis-software/rtisdev/-/tree/master/config/premadeSettings/processing).
|
|
|
|
|
|
```json
|
|
```json
|
|
{
|
|
{
|
... | @@ -762,7 +762,7 @@ rtisdev.set_processing_settings(mode = 0, directions = 1337, minRange = 0.5, max |
... | @@ -762,7 +762,7 @@ rtisdev.set_processing_settings(mode = 0, directions = 1337, minRange = 0.5, max |
|
|
|
|
|
Load in manually generated processing files. This requires 3 files to exist in the given path:
|
|
Load in manually generated processing files. This requires 3 files to exist in the given path:
|
|
delaymatrix.csv, directions.csv and ranges.csv.
|
|
delaymatrix.csv, directions.csv and ranges.csv.
|
|
An example of such custom processing files can be found [here](config/premadeSettings/processing/).
|
|
An example of such custom processing files can be found [here](https://cosysgit.uantwerpen.be/rtis-software/rtisdev/-/tree/master/config/premadeSettings/processing).
|
|
|
|
|
|
```python
|
|
```python
|
|
rtisdev.set_processing_settings(customPath="mysettingsfolder")
|
|
rtisdev.set_processing_settings(customPath="mysettingsfolder")
|
... | | ... | |