Ticket #924 (closed: fixed)
Instrument view: Problems with the min colour map range in log scale
Reported by: | Nick Draper | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 24 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Whitty |
Description
a couple of problems:
- If you increase the min toward the max it truncates the colour map rather than increasing the resolution of the plotted data. (does not happen in the linear scale)
- You can set the min to greater than the max (this may also be possible in the linear scale).
Change History
comment:1 Changed 10 years ago by Martyn Gigg
- Status changed from new to verify
- Resolution set to fixed
comment:2 Changed 10 years ago by Peter Peterson
- Status changed from verify to verifying
- Tester set to Peter Peterson
comment:3 Changed 10 years ago by Peter Peterson
- Status changed from verifying to reopened
- Resolution fixed deleted
The log color works as advertised. Unfortunately part 2 (min>max) is still allowed in the gui.
comment:4 Changed 10 years ago by Martyn Gigg
- Status changed from reopened to verify
- Resolution set to fixed
comment:5 Changed 10 years ago by Michael Whitty
- Status changed from verify to verifying
- Tester changed from Peter Peterson to Michael Whitty
comment:6 Changed 10 years ago by Michael Whitty
- Status changed from verifying to closed
in [5943] - the gui silently ignores any invalid input and reverts the changes to their last legal value
making calls through python also dissalows illegal values, but no message or exception is thrown to alert the user to their mistake - not sure if we'd want such a message?
Note: See
TracTickets for help on using
tickets.
(In [5935]) Fix log scaling on the instrument widget. Also removed useless high-resolution lighting option. Fixes #1534 and #924