Ticket #3552 (closed: fixed)
Create a class to handle color manipulation for views
Reported by: | Michael Reuter | Owned by: | Michael Reuter |
---|---|---|---|
Priority: | major | Milestone: | Iteration 30 |
Component: | VATES | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Owen Arnold |
Description
A class should be created that contains all of the routines necessary to handle updating color selections and ranges for the views.
Change History
comment:13 Changed 9 years ago by Michael Reuter
In [14136]:
comment:14 Changed 9 years ago by Michael Reuter
In [14137]:
comment:15 Changed 9 years ago by Michael Reuter
- Status changed from accepted to verify
- Resolution set to fixed
There isn't a really good way to test this. The class developed here is now used by ViewBase to handle color scaling changes.
comment:16 Changed 9 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold
comment:17 Changed 9 years ago by Owen Arnold
Tested code by execution and by code inspection. Color updating works.
As a future consideration it would be good to tie thresholding in with color updates. i.e. Ignore signal values outside the range 1 - 1000 and therefore adapt the color range to use these as limits. This would be done under another ticket if at all.
comment:19 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 4399