jstout211 / enigma_MEG

Other
9 stars 1 forks source link

Add functionality to loop over entire BIDS tree #26

Closed nugenta closed 1 year ago

nugenta commented 1 year ago

Need to loop over entire tree rather than call for individual subjects. Should this be in a multi processing pool? And there will need to be handling of BIDS trees that have more than one run/session per subject, or meg and anat in different sessions. Write separate function to handle different scenarios.

nugenta commented 1 year ago

This is done, using the parse_bids.py routine to first make a .csv file. Multi-processing pool abandoned at present.