Ticket #756 (closed: fixed)

Opened 11 years ago

Last modified 5 years ago

instrument display: Colour map log and square scaling

Reported by: Nick Draper Owned by: Martyn Gigg
Priority: minor Milestone: Iteration 18
Component: Keywords:
Cc: Blocked By:
Blocking: Tester:

Description

Add the ability to scale the colour map using log and square scales as well as linear.

Squares goes 1, 4, 9, 16, 25, 35 .. % of maximum

Change History

comment:1 Changed 11 years ago by Martyn Gigg

The square scaling is going to take much more effect since the Qwt scale engine can only handle linear and log10 scaling. The squares and any other scaling will require implementing a new engine so I have split of a new ticket, #771, for this.

comment:2 Changed 11 years ago by Martyn Gigg

  • Status changed from new to closed
  • Resolution set to fixed

(In [2831]) Implemented log scaling option within the instrument window. Closes #756

comment:3 Changed 11 years ago by Martyn Gigg

  • Status changed from closed to reopened
  • Resolution fixed deleted

comment:4 Changed 11 years ago by Martyn Gigg

  • Status changed from reopened to closed
  • Resolution set to fixed

(In [2838]) Forgotten to add files to the repository on last check in. Closes #756

comment:5 Changed 11 years ago by Martyn Gigg

  • Status changed from closed to reopened
  • Resolution fixed deleted

comment:6 Changed 11 years ago by Martyn Gigg

(In [2847]) Temporarily disabled log scaling so that the qtiplot build will pass. Re #756

comment:7 Changed 11 years ago by Martyn Gigg

(In [2849]) Fix for Windows build and log scaling. Qwt is currently built as a static library and we had defined QWT_DLL in our config file meaning it was expecting a dynamic library and the DLLExport/DLLImport was confusing it. Re #756

comment:8 Changed 11 years ago by Martyn Gigg

(In [2850]) The _standard map now contains the same values as COLDFIRE and I have added an additional map that has the original blue/red map in it. Re #756

comment:9 Changed 11 years ago by Martyn Gigg

  • Status changed from reopened to closed
  • Resolution set to fixed

comment:10 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 1604

Note: See TracTickets for help on using tickets.