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'); https://github.com/cornerstonejs/react-cornerstone-viewport/blob/52703b9f23700d113ba0375526e248d66e135e34/src/metadataProvider.js#L113 <img width="866" alt="Screen Shot 2022-06-21 at 6 28 40 PM" src="https://user-images.githubusercontent.com/6094599/174907437-c3b1366c-a6d1-4baa-9967-d2ef9238cd86.png">
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