How to determine subject name for BIDS #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Heudiconv needs the subject ID to generate the right file / folder names for BIDS. It can take it from several sources:
--anon-cmd).Looking at the DICOMs with phantom scans from:
it seems that we cannot apply the same method to all sites. These are the values from the DICOM headers:
What would be the preferred method to generate IDs in the workflow?
For the phantom dataset it is sufficient to take a subject name as an explicit argument. For the actual data, the solution will likely differ per site, because all site have full freedom to encode the subject identifiers any way they see fit.
How individual site BIDS datasets are integrated into a joint dataset is an open question with two parts:
Integrating into a joint dataset depends on whether the underlying data can be made programatically accessible at all sites.