Module and Data Paths¶
Module to set up path information for the LWA Software Library. Two variables are defined by this module:
MODULE
DATA
- MODULE
specifies the absolute path to the module
- DATA
the absolute path to the data directory where data files are stored
- lsl.common.paths.DATA = '/opt/homebrew/lib/python3.11/site-packages/lsl/data'¶
Absolute path to the data directory where data files for LSL are stored
- lsl.common.paths.MODULE = '/opt/homebrew/lib/python3.11/site-packages/lsl'¶
Absolute path to the LSL intall location
- lsl.common.paths.WISDOM = '/Users/jaycedowell/.lsl'¶
Absolute path to where the LSL-specific FFTW wisdom file is stored