An exception is thrown regarding missing Dwell Time when reading VE11 TWIX data.
Known version information: ulVersion = 51120003,
SoftwareVersions = syngo MR E11
However when inspecting the data structure using grep it is seen that the DwellTime parameter is present as:
--
<ParamString."Nucleus"> { "1H" }
<ParamDouble."ReadOSFactor"> { <Precision> 16 2.0000000000000000 }
**<ParamLong."DwellTime"> { 250000 }**
<ParamBool."RemoveOversampling"> { "true" }
}
--
--
<ParamDouble."ReadOSFactor"> { <Precision> 16 2.0000000000000000 }
**<ParamLong."DwellTime"> { 250000 }**
<ParamBool."StoreIndividualScans"> { }
<ParamBool."IsCsiSequence"> { }
If the Regex is modified for the DwellTime extraction, this data reads in just fine.
Thank you,
Rob Mueller
An exception is thrown regarding missing Dwell Time when reading VE11 TWIX data.
Known version information: ulVersion = 51120003,
SoftwareVersions = syngo MR E11
However when inspecting the data structure using grep it is seen that the DwellTime parameter is present as:
If the Regex is modified for the DwellTime extraction, this data reads in just fine.
Thank you,
Rob Mueller