Skip to content

Environment variables

4iar edited this page Nov 19, 2019 · 1 revision

SERVER_PATH_FIRST_HALF

Set a custom server path.

Example: SERVER_PATH_FIRST_HALF='/tmp/ActiveProjects/'

SINGLE_RUN

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'

HEATMAP_CONCURRENCY

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

Clone this wiki locally