-
Notifications
You must be signed in to change notification settings - Fork 292
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
feat(SR): SCOORD3D point annotations support for volume and stack viewports #1446
feat(SR): SCOORD3D point annotations support for volume and stack viewports #1446
Conversation
…at/scoord3d-point-annotations-support-updated
…eat/scoord3d-point-annotations-support-updated
✅ Deploy Preview for cornerstone-3d-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
…at/scoord3d-point-annotations-support-updated
@sedghi resolved |
…at/scoord3d-point-annotations-support-updated
return endsWith; | ||
} | ||
|
||
if (cameraFocalPoint && FrameOfReferenceUID) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no scenario where we don't have cameraFocalPoint
isFiltering?: boolean; | ||
currentImageId?: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think these belongs here
rebase from dev to fix the CI |
closing in favor of #1487 |
Context
Changes & Results
Testing
Checklist
PR
semantic-release format and guidelines.
Code
[] My code has been well-documented (function documentation, inline comments,
etc.)
[] I have run the
yarn build:update-api
to update the API documentation, and havecommitted the changes to this PR. (Read more here https://www.cornerstonejs.org/docs/contribute/update-api)
Public Documentation Updates
additions or removals.
Tested Environment