pycortex icon indicating copy to clipboard operation
pycortex copied to clipboard

fmriprep: include dataset ID in subject import

Open anwarnunez opened this issue 6 years ago • 0 comments

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

anwarnunez avatar Jan 02 '19 23:01 anwarnunez