Ticket #1570 (closed: fixed)
Create ISIS SANS command interface module and Reducer
Reported by: | Mathieu Doucet | Owned by: | Steve Williams |
---|---|---|---|
Priority: | major | Milestone: | Iteration 25 |
Component: | Mantid | Keywords: | |
Cc: | Stephen.williams@… | Blocked By: | |
Blocking: | Tester: | Roman Tolchenov |
Description
Start refactoring the ISIS SANS reduction code by creating an ISIS-specific command interface along the lines of CommandInterface.py.
Implement a Reducer class for the ISIS SANS instruments to extend the the current SANSReducer if it doesn't suffice.
Change History
comment:10 Changed 10 years ago by Steve Williams
comment:11 Changed 10 years ago by Steve Williams
comment:12 Changed 10 years ago by Mathieu Doucet
comment:13 Changed 10 years ago by Steve Williams
comment:14 Changed 10 years ago by Mathieu Doucet
- Owner changed from Mathieu Doucet to Steve Williams
- Status changed from new to assigned
- Component set to Mantid
comment:16 Changed 10 years ago by Steve Williams
- Status changed from accepted to verify
- Resolution set to fixed
It should now be possible to complete a SANS analysis from Python without importing SANSReduction. To access the required commands load the libraries like so:
from ISISCommandInterface import *
from SANSBatchMode import *
comment:17 Changed 10 years ago by Steve Williams
- Status changed from verify to reopened
- Resolution fixed deleted
comment:19 Changed 10 years ago by Steve Williams
comment:20 Changed 10 years ago by Steve Williams
- Status changed from accepted to verify
- Resolution set to fixed
comment:21 Changed 10 years ago by Roman Tolchenov
- Status changed from verify to verifying
- Tester set to Roman Tolchenov
comment:22 Changed 10 years ago by Roman Tolchenov
- Status changed from verifying to closed
Duplicate of #1686
comment:23 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 2417
Note: See
TracTickets for help on using
tickets.
(In [6008]) Started organizing ISIS SANS code. Added ISIS Reducer (incomplete and rough), command interface, ReductionSteps and unit tests. Re #1570