Skip to content

Siemens TWIX VE data variations of DwellTime Parameter #122

@ramueller11

Description

@ramueller11

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions