Ticket #2277 (closed: fixed)
BinaryOperation: perform with different number of spectra
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | major | Milestone: | Iteration 27 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Whitty |
Description
- This algorithm will apply a binary operation (Plus, Minus, Divide, Multiply) by matching the detector ID of the lhs to the detector IDs of the rhs.
- For example, lhs is a normal WS, rhs is one where a nearest-neighbor average was performed. You want to divide lhs/rhs but match the right spectra together.
- Should be able to handle cases where lhs AND rhs are averaged or summed. In this case, it will throw an error if any group on LHS is split over two+ groups on the rhs.
Change History
comment:6 Changed 10 years ago by Janik Zikovsky
- Summary changed from BinaryOperationByDetectorID: New algorithm to BinaryOperation: perform with different number of spectra
comment:7 Changed 10 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
comment:8 Changed 10 years ago by Michael Whitty
- Status changed from verify to verifying
- Tester set to Michael Whitty
comment:9 Changed 10 years ago by Michael Whitty
- Status changed from verifying to closed
tested in [9515]. tested dividing one workspace by a grouped workspace, sensible results.
comment:10 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 3124
Note: See
TracTickets for help on using
tickets.