We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'- doc update on EventList:FilterInPlace:
copy_if
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.
DataObjects::EventList
Kernel::TimeROI
This enabler will cover step 6 of the "implementation notes" section of the design document.
* [ ] Add erase_if method to DataObjects::EventList
erase_if
filterByPulseTimeHelper
filterByTimeAtSampleHelper
filterInPlaceHelper
Instrument
Goniometer
The text was updated successfully, but these errors were encountered:
This issue was migrated from code.ornl.gov.
Sorry, something went wrong.
No branches or pull requests
'- doc update on EventList:FilterInPlace:
copy_if
: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 useKernel::TimeROI
, plus a few small changes.This enabler will cover step 6 of the "implementation notes" section of the design document.
Outline of activity:
* [ ] Adderase_if
method toDataObjects::EventList
copy_if
method toDataObjects::EventList
filterByPulseTimeHelper
: should be replaced with thecopy_if
filterByTimeAtSampleHelper
: should be replaced with thecopy_if
filterInPlaceHelper
: should be refactored following maskTOF example[ ] Changes toInstrument
[ ] Changes toGoniometer
The text was updated successfully, but these errors were encountered: