-
Notifications
You must be signed in to change notification settings - Fork 0
Environment variables
4iar edited this page Nov 19, 2019
·
1 revision
Set a custom server path.
Example: SERVER_PATH_FIRST_HALF='/tmp/ActiveProjects/'
Quit after processing a single recording.
If an error is encountered whilst processing a recording, the pipeline will exit with a non-zero exit code.
Any value that is truthy will enable this setting.
Example: SINGLE_RUN='true'
Set a custom concurrency value for the code in open_field_firing_maps.py.
This is useful for platforms that have poor support for running parallel code using OpenMP or where the auto-detected CPU count is not suitable. See extra detail in 282f491
Example: HEATMAP_CONCURRENCY=1