This dataset tracks all phantom MRI acquisitions done for the TRR379 for the purpose of validating the Q01 protocol at all sites.
Find a file
Michał Szczepanik 34f2bfd434 Fix DWI fieldmap handling
The heuristic did not handle DICOM series named "dwi_acq-(...)b0ref"
correctly - it placed them as "_sbref" into dwi/, while they should
have been "_epi" in func. These have an opposite phase encoding
direction to the main dwi acquisitions, and are intended for field map
correction.

This change assigns the correct folder and suffix to these files, and
adds dir-PA / dir-AP to the dwi and reference acquisitions. As a
result, QSIPrep should pick these up as field maps and apply
susceptibility distorsion correction.
2026-05-11 12:26:00 +02:00
.datalad [DATALAD] new dataset 2025-08-29 16:36:13 +02:00
code Fix DWI fieldmap handling 2026-05-11 12:26:00 +02:00
sessions [DATALAD] Save updated subdatasets 2025-11-09 10:10:32 +01:00
.gitattributes Generalize pseudonymization to multi-context ID mapping 2025-08-31 15:52:14 +02:00
.gitmodules Adopt new session naming nomenclature 2025-11-09 07:50:46 +01:00
id_map.tsv Adjust layout to mimic Q01 pseudonymization 2025-10-31 11:05:59 +01:00
README.md Update pseudonymization example 2025-10-31 12:18:29 +01:00

Phantom MRI study dataset

This dataset tracks all phantom MRI acquisitions done for the TRR379 for the purpose of validating the Q01 protocol at all sites.

Key aspects of this setup

Session labels are pseudonymized identifiers

This first layer of personal data protection reduces the chances of participant identifiers appearing as part of file/path names.

Each session or acquisition is placed into a directory/dataset
in sessions/ that is given a project-internal pseudonymous identifier as its directory name.

Multi-project ID mapping

The top-level id_map.tsv is a tab-separated table, which maps session source identifiers to any number of contexts. The source identifier corresponds to the directory name for a DICOM dataset in the sessions/ directory. This is the value in the first column of each table row. Every subsequent column define the ID mapping to a different context. The context label is defined in the header row.

A script to perform "re-identification" from a particular context is provided at code/reidentify.py. It can be used like this

python3 code/reidentify.py id_map.tsv q01 AP001

The script returns the source identifier linked to the q01 identifier AP001.

The file id_map.tsv is an annexed file. Once the last copy of this file is destroyed, identifier-based re-identification is no longer possible (a precondition for data anonymization).