Ticket #1763 (closed: fixed)
EventList: implement weights for individual neutrons to allow division etc. on EventWorkspaces
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | major | Milestone: | Iteration 26 |
Component: | Mantid | Keywords: | event |
Cc: | pf9@… | Blocked By: | |
Blocking: | Tester: | Andrei Savici |
Description
It is desired to be able to keep an EventWorkspace further in the process, including after dividing spectra, for example.
- The EventList will hold either a list of TofEvent (without weights) or a list with the weights (a new structure with weight and error fields).
- Hide the details from EventWorkspace as much as possible by making EventList handle the conversion as needed.
- Rebinning code will need to handle the summing of weights and errors etc. properly.
- Possibility: subtract two event list = EventList1 + (EventList2 * -1) ? This means having _negative_ weights on some events, but why not?
Change History
comment:7 Changed 10 years ago by Janik Zikovsky
- Milestone changed from Iteration 25 to Iteration 26
comment:10 Changed 10 years ago by Janik Zikovsky
comment:11 Changed 10 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
comment:12 Changed 10 years ago by Andrei Savici
- Status changed from verify to verifying
- Tester set to Andrei Savici
comment:14 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 2610
Note: See
TracTickets for help on using
tickets.