Ticket #3929 (closed: fixed)
Create view for splatter plot in VATES GUI
Reported by: | Michael Reuter | Owned by: | Michael Reuter |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | VATES | Keywords: | |
Cc: | Blocked By: | #3958 | |
Blocking: | Tester: | Owen Arnold |
Description
The VATES GUI should have a view for the splatter plot data representation. This view should also allow for the overlay of a peaks workspace/file.
Change History
comment:10 Changed 9 years ago by Michael Reuter
In [15226]:
comment:12 Changed 9 years ago by Michael Reuter
Can now overlay peaks workspace. This refs #3929.
I have now made the splatter plot view handle overlaying a peaks workspace onto the original data.
Changeset: 9e454f6405cb472014bab2981dee1c1598c1439a
comment:13 Changed 9 years ago by Michael Reuter
Updating color selection when threshold filter is used. This refs #3929.
When using a threshold filter in the splatter plot view, the range values from the filter need to be updated in the color selection widget. This necessitated a move of an existing protected slot to a public one.
Changeset: c534aa696b3f491961ee4ff813c904e3fb3f837b
comment:14 Changed 9 years ago by Michael Reuter
Fixing view mode button issue. This refs #3929.
When overlaying the peaks file/workspace in the splatter plot view, the view mode button for the splatter plot was being enable when it should be disabled since that is the current view. I reimplemented the check function from the default in the base class.
Changeset: 87ded2855183782fb1ca7f4503cc428e7b1a7c30
comment:15 Changed 9 years ago by Michael Reuter
Can now overlay peaks workspace. This refs #3929.
I have now made the splatter plot view handle overlaying a peaks workspace onto the original data.
Changeset: 9e454f6405cb472014bab2981dee1c1598c1439a
comment:16 Changed 9 years ago by Michael Reuter
Updating color selection when threshold filter is used. This refs #3929.
When using a threshold filter in the splatter plot view, the range values from the filter need to be updated in the color selection widget. This necessitated a move of an existing protected slot to a public one.
Changeset: c534aa696b3f491961ee4ff813c904e3fb3f837b
comment:17 Changed 9 years ago by Michael Reuter
Fixing view mode button issue. This refs #3929.
When overlaying the peaks file/workspace in the splatter plot view, the view mode button for the splatter plot was being enable when it should be disabled since that is the current view. I reimplemented the check function from the default in the base class.
Changeset: 87ded2855183782fb1ca7f4503cc428e7b1a7c30
comment:18 Changed 9 years ago by Michael Reuter
Refs #3929. Data for splatter plot and peaks overly testing.
Changeset: ba56aca2e9cc92bd69e223133960c99eaa3d68cd
comment:19 Changed 9 years ago by Michael Reuter
- Status changed from accepted to verify
- Resolution set to fixed
To test: Load the TOPAZ_3680_5_sec_MDEW.nxs from Test/AutoTestData into either the standalone VATES simple interface or via the LoadMD algorithm in MantidPlot and the right-click menu option to show the simple interface. Then, click on the splatter plot button (one with three colored circles) to see the view. Once the view is visible, load the TOPAZ_3680_10_sec_40.peaks file from the same directory if using the standalone or the LoadIsawPeaks algorithm and right-click way if in MantidPlot to see the peaks data overlayed on the splatter plot. You might have to zoom in a bit to see.
comment:20 Changed 9 years ago by Jean Bilheux
- Status changed from verify to verifying
- Tester set to Jean Bilheux
comment:21 Changed 9 years ago by Jean Bilheux
- Status changed from verifying to verify
- Tester Jean Bilheux deleted
comment:22 Changed 9 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold
comment:23 Changed 9 years ago by Owen Arnold
- Status changed from verifying to closed
Available via an icon at the top of the GUI. Works perfectly.
comment:24 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 4776