Ticket #4744 (closed: fixed)
SliceMD and BinMD dialogs
Reported by: | Owen Arnold | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | major | Milestone: | Release 2.1 |
Component: | VATES | Keywords: | |
Cc: | zikovskyjl@… | Blocked By: | |
Blocking: | #4745, #5018 | Tester: | Stuart Campbell |
Description
Pre-populate fields based on the dimension information from the input workspaces.
Change History
comment:3 Changed 9 years ago by Owen Arnold
refs #4744 prototype of new dialog
Changeset: 939bf5c1cfe1a97e7f4e3bc2ebcda23c3b4dda85
comment:4 Changed 9 years ago by Owen Arnold
refs #4744 Runs axis aligned
Changeset: 6a952523ed3bcd54beeb1bbff4670177750b0f5c
comment:5 Changed 9 years ago by Owen Arnold
refs #4744 Adds docs
Changeset: f0a20e85e0d1b8a156dbb3beddda028f390d419c
comment:6 Changed 9 years ago by Owen Arnold
refs #4744. Use ties and generalise dialog code.
Allows it to work for BinMD as well as SliceMD now.
Changeset: ae8910deee5ef1d81af4d5090d311430b97c5537
comment:7 Changed 9 years ago by Owen Arnold
refs #4744. Fix GCC error
Changeset: 20861082f74d840dc276c8ba316e571689defbe1
comment:8 Changed 9 years ago by Owen Arnold
Works on Windows, and tested it on Ubuntu 10.04, where the GUI works as well. I'm going to add some unit tests to the binning algorithms so that if any of the properties change, we can flag up that the custom GUI also needs to change.
comment:9 Changed 9 years ago by Owen Arnold
refs #4744. Use test to snapshot algorithm properties.
Makes us more resistant to future breakages.
Changeset: 7d002e09b975e48b2236e56c7050a2504787c98a
comment:10 Changed 9 years ago by Janik Zikovsky
This might be a little tricky to handle, but it would be nice if the dialog remembered the last entered values for the dimension settings (when possible)...
comment:12 Changed 9 years ago by Owen Arnold
Generated ticket #5018 to handle this.
comment:13 Changed 9 years ago by Owen Arnold
refs #4744 #5018. Should remember inputs when appropriate now.
Also some other minor improvements to the orignal ticket such as properly remembering the inputs for the workspaceselector
Changeset: c30e19384cdfb968b982e1f022edffaa84d1822c
comment:14 Changed 8 years ago by Owen Arnold
- Status changed from accepted to verify
- Resolution set to fixed
Tester:
- Launch Mantid Plot and load/create an MDWorkspace
- Open the SliceMD dialog and select the loaded/created workspace
- Dialog should respond to the input workspace by presenting only as many dimension inputs as there are dimensions in that workspace
- Dimension inputs should be pre-populated with relevant values from the input workspace
- BinMD should show similar behaviour
comment:15 Changed 8 years ago by Stuart Campbell
- Status changed from verify to verifying
- Tester set to Stuart Campbell
comment:16 Changed 8 years ago by Stuart Campbell
- Status changed from verifying to closed
Tested using MAPS_MDEW.nxs file. The GUI(s) updated to reflect dimensions that are in this file.
comment:17 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 5591