Ticket #5651 (closed: fixed)
Generalise and rename HigherOrderPolynomialBackground
Reported by: | Russell Taylor | Owned by: | Wenduo Zhou |
---|---|---|---|
Priority: | major | Milestone: | Release 2.2 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #5306 | Tester: | Jose Borreguero |
Description
First of all, rename it to just PolynomialBackground (possibly leave off 'Background' as well).
Then take a look at the Chebyshev code for how it allows the order to be dynamically adjusted, and do the same for this function.
This needs to be done before the upcoming release because changing released interfaces is much harder.
Change History
comment:2 Changed 8 years ago by Wenduo Zhou
Make polynomial with flexible order. Refs #5651.
Changeset: f9ad24427579cb6a0e9d5744cd40f840d8d59b02
comment:3 Changed 8 years ago by Wenduo Zhou
Modify Cmake List for renaming. Refs #5651.
Changeset: cf1772fde93e3a18b21cd03ba8b145b472739c64
comment:5 Changed 8 years ago by Wenduo Zhou
- Status changed from accepted to verify
- Resolution set to fixed
comment:6 Changed 8 years ago by Wenduo Zhou
Rename to Polynomial. Refs #5651.
Rename HighOrderPolynomialBackground to simply Polynomial.
Changeset: 3dc04aac1ef8e9e4bdedac7c84973ba245609dd7
comment:7 Changed 8 years ago by Wenduo Zhou
Make polynomial with flexible order. Refs #5651.
Changeset: f9ad24427579cb6a0e9d5744cd40f840d8d59b02
comment:8 Changed 8 years ago by Wenduo Zhou
Modify Cmake List for renaming. Refs #5651.
Changeset: cf1772fde93e3a18b21cd03ba8b145b472739c64
comment:9 Changed 8 years ago by Jose Borreguero
- Status changed from verify to verifying
- Tester set to Jose Borreguero
comment:11 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 6497
Rename to Polynomial. Refs #5651.
Rename HighOrderPolynomialBackground to simply Polynomial.