Ticket #4867 (closed: fixed)
[IDA / C2E] - Changes From Spencer / Users
Reported by: | Peter Parker | Owned by: | Dereck Kachere |
---|---|---|---|
Priority: | major | Milestone: | Release 2.2 |
Component: | Mantid | Keywords: | IDA C2E |
Cc: | Blocked By: | ||
Blocking: | Tester: | Gesner Passos |
Description (last modified by Dereck Kachere) (diff)
Ticket containing miscellaneous code changes from Spencer / users, that dont go anywhere else.
Change History
comment:2 Changed 9 years ago by Peter Parker
- Description modified (diff)
- Summary changed from [IDA / C2E] - Changes From Spencer to [IDA / C2E] - Changes From Spencer / Users
comment:3 Changed 9 years ago by Peter Parker
Refs #4867 - Changed ExpCorr call in C2E to be multiply.
When "Detailed Balance" is checked on the Energy Transfer tab of the Convert to Energy interface, an exponential correction is made to the workspace(s) during reduction. This correction had been previously been set to use the default, "Divide". Changed to specify "Multiply" instead.
Changeset: 41d5de8ea495505859c1f70e6c10df6e3b83e3ce
comment:5 Changed 9 years ago by Peter Parker
Refs #4867 - Additions to IndirectCommon.py
- Some convenience methods.
- Much simpler reworking of getEFixed.
- Changes to support new Python API.
- GetWSangles and GetThetaQ. Changeset: 53dda17e9170056ef9a386d73671e59974f9b7d0
comment:6 Changed 8 years ago by Peter Parker
Refs #4867 - More improvements to IDA.py from Spencer.
- Added logger notices actuviated by the Verbose option.
- Changed all calls to algorithms so that the Property is referred to explicitly by name.
- Tidied up the import statements.
- MSDFit - fitting algorithm is changed to PlotPeakByLogValue. Plots result versus run-number or temperature.
- FuryFit - created prototype routines to do a MultiFit based on the SeqFit routines. MultFit does a simultaneous fit for all spectra for a StretchedExp with the Beta parameter tied so that all spectra use the same value. This is ready for implementing in updated Interface.
- ApplyCorrections - Fit algorithm now works with updated API. New plotting routines.
Changeset: cac22a179870912c50578b1b0995be10dbb30e3f
comment:8 Changed 8 years ago by Peter Parker
Refs #4867 - More changes from Spencer:
- IndirectAbsCor.py
- IndirectCommon.py Changeset: 7a37ba6916563a94147c3b473492f2a2e9867901
comment:9 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:10 Changed 8 years ago by Peter Parker
Refs #4867 More general changes.
Changeset: aa8530ee8a67a3082581a2db8a0397c9bf03ac45
comment:11 Changed 8 years ago by Peter Parker
Refs #4867 - More changes from Spencer.
Changeset: 53903a16f21ba8ad09edcf4763ab985c5098e72b
comment:12 Changed 8 years ago by Peter Parker
Refs #4867 More general changes.
Changeset: aa8530ee8a67a3082581a2db8a0397c9bf03ac45
comment:13 Changed 8 years ago by Peter Parker
Refs #4867 - More changes from Spencer.
Changeset: 53903a16f21ba8ad09edcf4763ab985c5098e72b
comment:14 Changed 8 years ago by Peter Parker
Refs #4867 More general changes.
Changeset: aa8530ee8a67a3082581a2db8a0397c9bf03ac45
comment:15 Changed 8 years ago by Peter Parker
Refs #4867 - More changes from Spencer.
Changeset: 53903a16f21ba8ad09edcf4763ab985c5098e72b
comment:16 Changed 8 years ago by Peter Parker
Refs #4867 - Addition of several PyAlgs from Spencer.
Changeset: f3e1daa2eb37ade7a7290a204cd134e9f86c7e63
comment:17 Changed 8 years ago by Peter Parker
Refs #4867 - Misc changes to ResNorm, Qlines, Quest and Bayes
Changeset: 0eb44f1b6746e794454a2d0d321f6f6f01ef8f32
comment:18 Changed 8 years ago by Peter Parker
Refs #4867 - Misc changes to ResNorm, Qlines, Quest and Bayes
Changeset: 0eb44f1b6746e794454a2d0d321f6f6f01ef8f32
comment:19 Changed 8 years ago by Peter Parker
Refs #4867 - Changes to ApplyCorr from Spencer.
Changeset: 8582ca96a11d564c31bb6349498ff8a79193b5dd
comment:20 Changed 8 years ago by Peter Parker
Refs #4867 - More changes from Spencer.
Changeset: 76a9ea9af6d77cd08d8f60fdd978870929a4d2db
comment:21 Changed 8 years ago by Peter Parker
Refs #4867 - Addition of several PyAlgs from Spencer.
Changeset: f3e1daa2eb37ade7a7290a204cd134e9f86c7e63
comment:22 Changed 8 years ago by Peter Parker
Refs #4867 - Misc changes to ResNorm, Qlines, Quest and Bayes
Changeset: 0eb44f1b6746e794454a2d0d321f6f6f01ef8f32
comment:23 Changed 8 years ago by Peter Parker
Refs #4867 - Changes to ApplyCorr from Spencer.
Changeset: 8582ca96a11d564c31bb6349498ff8a79193b5dd
comment:24 Changed 8 years ago by Peter Parker
Refs #4867 - More changes from Spencer.
Changeset: 76a9ea9af6d77cd08d8f60fdd978870929a4d2db
comment:25 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.2 to Release 2.3
Moved at the end of release 2.2
comment:26 Changed 8 years ago by Peter Parker
Update:
This ticket ended up being a catch-all ticket for changes that would not go anywhere else.
I think for the purposes of testing, in the future we should close this and try to assign commits to more specific tickets.
comment:28 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.3 to Release 2.4
Moved to milestone 2.4
comment:29 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.4 to Release 2.5
Moved at the code freeze for release 2.4
comment:30 Changed 7 years ago by Nick Draper
- Milestone changed from Release 2.5 to Release 2.6
comment:31 Changed 7 years ago by Dereck Kachere
- Status changed from new to accepted
- Owner changed from Peter Parker to Dereck Kachere
comment:32 Changed 7 years ago by Dereck Kachere
- Status changed from accepted to verify
- Resolution set to fixed
- Description modified (diff)
Closing this ticket. New, more specific tickets now created each time Spencer wishes to change functionality, thereby allowing tickets to be tested with the new Git workflow.
This ticket does not have a branch; it was created before the new workflow.
comment:33 Changed 7 years ago by Gesner Passos
- Status changed from verify to verifying
- Tester set to Gesner Passos
comment:36 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 5714
Refs #4867 - Small modifications to Algo calls.
Calls to Fit, CloneWorkspace and ConjoinWorkspace now have have enumerated property values. Clean up of errant intermediate workspace.