Closed KirstieJane closed 4 years ago
Here are what I found in term of metadata for the MPM sequence
This list the parameters as being used by the hMRI toolbox, as of September 2019.
Fieldnames queried by the hMRI toolbox | Fieldnames for BIDS | Already existing in BIDS? | Description/comments |
---|---|---|---|
GENERAL | |||
RepetitionTime | RepetitionTimeExcitation | y | |
EchoTime | EchoTime | y | |
FlipAngle | FlipAngle | y | |
NAMING | |||
ScanningSequence | ScanningSequence | y | |
SequenceName | SequenceName | y | |
ProtocolName | ProtocolName | N | What does it correspond to exactly? Add def in BIDS? |
ManufacturerModelName | ManufacturerModelName | y | |
RF SPOILING | |||
RFSpoilingPhaseIncrement | SpoilingRFPhaseIncrement | y | |
spoilingGradientMoment | SpoilingGradientMoment | y | |
spoilingGradientDuration | SpoilingGradientDuration | y | |
B1 MAPPING | |||
B1mapNominalFAValues | B1mapNominalFAValues | N | Extend FlipAngle with NominalFlipAngle ? |
B1mapMixingTime | MixingTime | N | Anything close? |
epiReadoutDuration | epiReadoutTime | N | Is this equivalent to TotalReadoutTime ? |
PhaseEncodingDirectionSign | PhaseEncodingDirectionSign | N | Same as SliceEncodingDirection ? |
BandwidthPerPixelRO | BandwidthPerPixelRO | N | Seems linked to EffectiveEchoSpacing but? |
PELinesPAT | PELinesPAT | N | ?? |
NumberOfMeasurements | NumberOfMeasurements | N | ?? |
OTHERS | |||
RepetitionTimes | RepetitionTimesExcitation | N | See extra 's', used(?) in case multiple TRs are passed -> not standard BIDS anyway |
Comments:
true
/false
) and SpoilingType (RF
, GRADIENT
, or COMBINED
), see bottom of Sequence Specifics section.ProtocolName
for?FlipAngle
apart from NominalFlipAngle
? How do you get NominalFlipAngle
?B1mapMixingTime
?epiReadoutDuration
? TotalReadoutTime
"is NOT the actual, physical duration of the readout train", if that is what you after.PhaseEncodingDirectionSign
the same as PhaseEncodingDirectionPositive
(in Siemens)? I am not sure whether it is available in DICOMs from other vendors.BandwidthPerPixelRO
? I know about BandwidthPerPixelPhaseEncode
, but it is along the other axis.PELinesPAT
?NumberOfMeasurements
?Some notes from the conversation on 9 October.
I have updated the list of parameters, see here, for the MPM sequence.
Good news: most of them fit with the current BEP001, only a handful should/could be added. And since BIDS relies on the 80/20 Pareto's principe, this may not be needed actually.
The description of the field maps, or raw data leading to the estimation of these field maps to be more precise, remains open to discussion at the moment, cf #51, #67, #73, #80.
Thank you @ChristophePhillips! I was just updating the MPM description on the suffix table and adding a link to the protocols suggested by hMRI (https://owncloud.gwdg.de/index.php/s/iv2TOQwGy4FGDDZ) :)
Action for @christophephillips to map the metadata that is required for the
hmri
toolbox into the BEP001 recommendations and to check whether we're all covered.