We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: