-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
'- doc update on EventList:FilterInPlace:
Description:
This will prepare mantid for the new way of filtering logs as detailed in the design document.
The work focuses on modifying private methods in DataObjects::EventList to use Kernel::TimeROI, plus a few small changes.
This enabler will cover step 6 of the "implementation notes" section of the design document.
Outline of activity:
* [ ] Add erase_if method to DataObjects::EventList
- Add
copy_ifmethod toDataObjects::EventList - Replace the private methods
filterByPulseTimeHelper: should be replaced with thecopy_iffilterByTimeAtSampleHelper: should be replaced with thecopy_iffilterInPlaceHelper: should be refactored following maskTOF example
[ ] Changes toInstrument[ ] Changes toGoniometer
Reactions are currently unavailable