Description
Just a quick head's up that might help with long term usage of the toolbox.
There is ongoing work to create a Brain imaging data structure extension proposal (BIDS BEP) to organize and curate MP2RAGE data.
The initial pull request on the BIDS repo is here and has since been broken down into several smaller pull-requests.
bids-standard/bids-specification#508
An example of what those MP2RAGE dataset would look like is available on OSF: https://osf.io/k4bs5/
The issue is that some of the terms will be different from those mentioned in the toolbox or those you find in DICOM header or on your MRI console.
I think the most notable are that:
-
EchoSpacing
I think becomesRepetitionTimeExcitation
(though I am not entirely sure of that one because this number even though it "exists" on the MRI console, it appears nowhere in the DICOM header I have as far as I can tell). -
RepetionTime
becomesRepetitionTimePreparation
.
See an example of the metadata contained in a JSON file
{
"InversionTime": 0.8,
"FlipAngle": 5,
"RepetitionTimeExcitation": 0.0062,
"RepetitionTimePreparation": 5.5,
"NumberShots": 159,
"FieldStrength":7
}
So to make sure that users are not confused, if they deal with this kind of data set it might be good to update the documentation (once the work on that BIDS BEP has been finalized).