Ticket #8775 (closed: fixed)

Opened 7 years ago

Last modified 5 years ago

Instrument view minimum colormap scale not accepting user edits

Reported by: Martyn Gigg Owned by: Roman Tolchenov
Priority: major Milestone: Release 3.2
Component: GUI Keywords:
Cc: Blocked By:
Blocking: Tester: Gesner Passos

Description

The Instrument View's colour map "minimum" value always resets itself to the minimum value of the current integration time range when I attempt to type in a new value, whether the "Autoscale" box is ticked or not. Typing the value unticks the box as expected. Similar behaviour happens with the Python command inst_view. setColorMapRange(x,y). Changing the integration time only resets the colour map max and min when "autoscale" is ticked, as expected. The maximum value behaves properly. The same behaviour happens whether I choose Linear or Log scales.

Change History

comment:1 Changed 7 years ago by Roman Tolchenov

  • Milestone changed from Release 3.1 to Release 3.2

comment:2 Changed 7 years ago by Roman Tolchenov

  • Status changed from new to inprogress

Re #8775. Relaxed the constraints on the colour map limits.

Changeset: 095afe623c514bbcb70f28035232f06c8468f376

comment:3 Changed 7 years ago by Roman Tolchenov

  • Status changed from inprogress to verify
  • Resolution set to fixed

To test:

  1. Open the instrument view. The colour map axis with auto-scaling shows actual limits of the data.
  2. Set the maximum at a value well above the data maximum.
  3. Set the minimum at a value that is greater than the data maximum but smaller than the scale maximum. The instrument view should allow you to do this.

comment:4 Changed 7 years ago by Gesner Passos

  • Status changed from verify to verifying
  • Tester set to Gesner Passos

comment:5 Changed 7 years ago by Gesner Passos

  • Status changed from verifying to closed

Merge remote-tracking branch 'origin/bugfix/8775_min_limit_doesnt_change'

Full changeset: 5742a90d3502a28ecedcceba7b839bc174bfa06d

comment:6 Changed 7 years ago by Gesner Passos

Now you can change the minimum limits, even if it is greater than the real valid minimum. It fulfills what was required. Hence, passed.

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 9619

Note: See TracTickets for help on using tickets.