We have several of the main analysis scripts that have to declare paths like "basedir" etc. At the moment these explicitly declare these folders within the script, and it would be better if we made a separate python file that contains these paths, which are then imported by each of our analysis scripts.
We have several of the main analysis scripts that have to declare paths like "basedir" etc. At the moment these explicitly declare these folders within the script, and it would be better if we made a separate python file that contains these paths, which are then imported by each of our analysis scripts.
We might also want to make use of BIDSpath (https://mne.tools/mne-bids/stable/auto_examples/bidspath.html), to reflect the fact that /ohba/pi/lhunt/coins-meg-data is a BIDS-ified directory structure, with a derivatives folder etc inside it.