suspect icon indicating copy to clipboard operation
suspect copied to clipboard

Siemens TWIX VE data variations of DwellTime Parameter

Open ramueller11 opened this issue 6 years ago • 0 comments

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

ramueller11 avatar Dec 19 '18 05:12 ramueller11