Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Siemens TWIX VE data variations of DwellTime Parameter #122

Open
ramueller11 opened this issue Dec 19, 2018 · 0 comments
Open

Siemens TWIX VE data variations of DwellTime Parameter #122

ramueller11 opened this issue Dec 19, 2018 · 0 comments

Comments

@ramueller11
Copy link

ramueller11 commented Dec 19, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant