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
All Cine images I have tested use a Decimal String to store Frame Time 0018:1063 DS 6 Frame Time {18.943}
dataSet.float('x00181063') should be floatString('x00181063');
react-cornerstone-viewport/src/metadataProvider.js
Line 113 in 52703b9
The text was updated successfully, but these errors were encountered:
@dannyrb Shouldn't this be changed to floatString('x00181063');?
Sorry, something went wrong.
cineModule parses DS floatString instead of float
6db5ba6
cornerstonejs#144
@swederik I say you closed my other PR (cornerstonejs/cornerstoneWADOImageLoader#453), but this issues (and related PR) is important too.
fix: cineModule parses DS floatString instead of float (#145)
3070c61
#144
No branches or pull requests
All Cine images I have tested use a Decimal String to store Frame Time
0018:1063 DS 6 Frame Time {18.943}
dataSet.float('x00181063') should be floatString('x00181063');
react-cornerstone-viewport/src/metadataProvider.js
Line 113 in 52703b9
The text was updated successfully, but these errors were encountered: