-
Notifications
You must be signed in to change notification settings - Fork 10
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
Mark/1488 customize histogram calculations #2141
Mark/1488 customize histogram calculations #2141
Conversation
… mark/custom_histogram_calculations_test
… mark/custom_histogram_calculations_test
… mark/custom_histogram_calculations_test
…ins and pixel bounds are not fixed
… mark/custom_histogram_calculations_test
I am fixing a bug found by @YuHsuan-Hwang. And also changing the codes according to suggestions. Will push new commits when they are done. |
… mark/1488_customize_histogram_calculations
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.
The changes are looking good! I have some feedback for the details:
src/components/Histogram/HistogramSettingsPanelComponent/HistogramConfigPanelComponent.tsx
Outdated
Show resolved
Hide resolved
src/components/Histogram/HistogramSettingsPanelComponent/HistogramConfigPanelComponent.tsx
Outdated
Show resolved
Hide resolved
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.
looking good and no regression from e2e tests. 👍
… mark/1488_customize_histogram_calculations
Added fix for #2150. |
Description
This customized the histogram calculations as described in #1488. The companion backend PR and protobuf PR are shown on the hyperlinks.
Checklist
For linked issues (if there are):
For the pull request:
corresponding fix added/ no changelog update needed/ no protobuf update neededBackendService
unchanged/BackendService
changed and corresponding ICD test fix added