pycortex
pycortex copied to clipboard
fmriprep: include dataset ID in subject import
Currently, cortex.fmriprep
imports the subject from an fmriprep dataset as the subject ID within that dataset. The same subject ID (e.g. 001), exists across multiple datasets (e.g. ds000014/sub001/ and ds000032/sub001/) even thought the underlying subjects do not correspond.
The convenience function cortex.fmriprep.import_subj
should take that into account so that multiple subjects across multiple datasets can be imported and not conflict within the pycortex database.
See #301