Ticket #4049 (closed: fixed)
Visualisation Scaling
Reported by: | Owen Arnold | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | major | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Reuter |
Description
One of the issues raised at the Developer Workshop was that it is not possible to scale the dimensions of a visualised workspace. For example, when plotting X=Qx, Y=Qy, Z=En, it may not be desirable to have energy scaled according to it's real units.
As a first pass at approaching this problem, Create a PV filter that will scale in X, Y and Z.
Change History
comment:2 Changed 9 years ago by Owen Arnold
refs #4049 Fix warnings
Changeset: 34e60ebed6aaa08df34c73890c067bcc1b1345ae
comment:3 Changed 9 years ago by Owen Arnold
refs #4049 Implementation of Scaling Filter
Changeset: 87de941a82159c458264e9196df1dd61dc39f020
comment:4 Changed 9 years ago by Owen Arnold
refs #4049 Fix warnings
Changeset: 34e60ebed6aaa08df34c73890c067bcc1b1345ae
comment:5 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 32 to Iteration 33
Moved to iteration 33 at iteration 32 code freeze
comment:6 Changed 9 years ago by Owen Arnold
- Status changed from accepted to verify
- Resolution set to fixed
This separate filter serves a purpose for now. If PV fix the world/view coordinates problem this separate filter will not be needed.
It is possible to use the scaling options under the display tab in PV instead of this filter, however, when using pipeline branching, PV seems to get confused if this is done. Having a separate filter to do this fixes the problem.
Tester: the filter appears under the menu Filters -> Mantid, it's usage should be obvious, but contact me in case of difficulty.
comment:7 Changed 8 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter