:py:mod:`sovabids.settings` =========================== .. py:module:: sovabids.settings .. autoapi-nested-parse:: Module dealing with general settings and constants for the package. Module Contents --------------- .. py:data:: SUPPORTED_EXTENSIONS :value: ['.set', '.cnt', '.vhdr', '.bdf', '.edf', '.fif'] The current supported extensions of the package. .. py:data:: NULL_VALUES The values to consider as NULL or NOT-AVAILABLE. .. py:data:: SECTION_STRING A string intended to announce the start and end of a section in the logging. .. py:data:: SOVABIDS_PATH The path of the package. .. py:data:: REPO_PATH The path of the sovabids project, that is the root of the git repository. Needs that sovabids was installed in editable mode from the git repository.