I am setting the path to the individual subject meg directory with mne_bids.BIDSPath. However, I noticed that if the subject does not yet have a BIDS meg directory (I am a BIDS newbie and my group is still in the process of BIDsifying all subject data), BIDSPath will automatically create an empty meg directory (which I do not want)!
I looked through the documentation and did not see any arguments that could be used to avoid this within BIDSPath. Any suggestions on what to do besides adding additional code to preemptively check if the path exists?
I have been encountering the same problem! Letās say I accidentally type in the wrong subject name when creating my BIDSPath(). Now my BIDS directory is contaminated with an empty subject directory of a subject who was only a typo. Instead, I think that it should notify the user if a path does not exist.