psychoinformatics-de / datalad-hirni

DataLad extension for (semi-)automated, reproducible processing of (medical/neuro)imaging data
http://datalad.org
Other
5 stars 8 forks source link

Resolve naming confusion #22

Closed mih closed 6 years ago

mih commented 6 years ago

import-dcm takes a SESSION argument, to decide where to put the imported data. In the context of BIDS, a session is one measurement session that usually gets a name like 'pre' or 'post' and does not work as a unique identifier of an acquisition (one measurement of one subject for one study session type).

Maybe call the SESSION arg; "acquisition_id"

and export the 'session' in a BIDS sense as a commandline arg, similar to 'subject'.