Ticket #5127 (closed: fixed)
Allow FitPropertyBrowser to use TableWorkspaces directly.
Reported by: | Roman Tolchenov | Owned by: | Roman Tolchenov |
---|---|---|---|
Priority: | major | Milestone: | Release 2.2 |
Component: | MantidPlot | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Jose Borreguero |
Description
Convert TableWorkspace into a MatrixWorkspace
Change History
comment:2 Changed 8 years ago by Roman Tolchenov
Re #5127. A bug fix.
Changeset: 7c029368fa01e349ce42ecfa63abd604775ed12f
comment:3 Changed 8 years ago by Roman Tolchenov
Re #5127. Fixed BiraviateNormal and uncommented curve fit tests
Changeset: feb49c7d0f5558522bf2a88e12c6329bdf1a1c4d
comment:4 Changed 8 years ago by Roman Tolchenov
Re #5127. Clearing warnings.
Changeset: 4eb0aabbee981209f4999f31072650d8db71bfbb
comment:5 Changed 8 years ago by Roman Tolchenov
Re #5127. Clearing warnings.
Changeset: 1a4298e5287e172711acacd14075267f593e27d6
comment:6 Changed 8 years ago by Roman Tolchenov
Re #5127. Uncommented the LeastSquares tests.
Changeset: 535e68a60ef548649985f564c7f82eb7a0792f30
comment:7 Changed 8 years ago by Roman Tolchenov
Re #5127. A bug fix.
Changeset: 7c029368fa01e349ce42ecfa63abd604775ed12f
comment:8 Changed 8 years ago by Roman Tolchenov
Re #5127. Fixed BiraviateNormal and uncommented curve fit tests
Changeset: feb49c7d0f5558522bf2a88e12c6329bdf1a1c4d
comment:9 Changed 8 years ago by Roman Tolchenov
Re #5127. Clearing warnings.
Changeset: 4eb0aabbee981209f4999f31072650d8db71bfbb
comment:10 Changed 8 years ago by Roman Tolchenov
Re #5127. Clearing warnings.
Changeset: 1a4298e5287e172711acacd14075267f593e27d6
comment:11 Changed 8 years ago by Roman Tolchenov
Re #5127. Uncommented the LeastSquares tests.
Changeset: 535e68a60ef548649985f564c7f82eb7a0792f30
comment:12 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.1 to Release 2.2
Moved at end of release 2.1
comment:13 Changed 8 years ago by Roman Tolchenov
Re #5127. Added support for TableWorkspaces in FitPropertyBrowser.
Jnternally a MatrixWorkspace is created, filled with the data from a TableWorspace and passed to Fit algorithm.
Changeset: e8f41f00f296534fce1015df70c106fd7940a050
comment:14 Changed 8 years ago by Roman Tolchenov
Re #5127. Fixing builds
Changeset: f06a5ee85d5a56eba64e46500edc34dc37c46e3c
comment:15 Changed 8 years ago by Roman Tolchenov
- Status changed from accepted to verify
- Resolution set to fixed
comment:16 Changed 8 years ago by Roman Tolchenov
To test:
- Create/load a table workspace with at least 2 columns. Such a workspace can be easily created from a MantidMatrix in MantidPlot: select a spectrum, copy it to a table from the context menu, then use menu Table->Convert to TableWorkspace.
- Plot the data in the table workspace
- Use PickPeakerTool to start the fitting browser.
- Check that the fitting browser shows properties XColumn, YColumn and ErrColumn. Check that they are set property. ErrColumn value is optional.
- Set a function and click Fit.
comment:17 Changed 8 years ago by Jose Borreguero
- Status changed from verify to verifying
- Tester set to Jose Borreguero
comment:19 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 5973