Skip to content

Commit

Permalink
cineModule parses DS floatString instead of float
Browse files Browse the repository at this point in the history
  • Loading branch information
horner committed Jun 21, 2022
1 parent 50c6ad2 commit 6db5ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metadataProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function wadoUriMetaDataProvider(type, imageId) {

if (type === 'cineModule') {
return {
frameTime: dataSet.float('x00181063'),
frameTime: dataSet.floatString('x00181063'),
};
}

Expand Down

0 comments on commit 6db5ba6

Please sign in to comment.