You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will prepare mantid for the new way of filtering logs as detailed in the design document.
The work focuses on writing the Kernel::TimeROI object, adding it to the API::Run (or API::LogManager) object, and giving the Kernel::Statistics object additional fields for time-averaged-mean and time-averaged-std-dev. The work needs to be done in a way that leaves old functionality in-place. Functions that are designated to no longer exist should be annotated as deprecated (see design document for details).
This enabler will cover steps 1-5 of the "implementation notes" section of the design document.
Modify API::Run (or API::LogManager) to calculate the new values, add them to the LogManager.m_singleValueCache which may need to be changed to protected or get a protected setter so API::Run can access it. At this point it will be duplicated functionality in [Task] Imp. SANS #957 Skip deployment for scheduled pipelines #975
Description:
This will prepare mantid for the new way of filtering logs as detailed in the design document.
The work focuses on writing the
Kernel::TimeROI
object, adding it to theAPI::Run
(orAPI::LogManager
) object, and giving theKernel::Statistics
object additional fields for time-averaged-mean and time-averaged-std-dev. The work needs to be done in a way that leaves old functionality in-place. Functions that are designated to no longer exist should be annotated as deprecated (see design document for details).This enabler will cover steps 1-5 of the "implementation notes" section of the design document.
Outline of activity:
Kernel::TimeROI
object [Task] Imp SANS #952: Docker Image for Feature Branch #970Kernel::TimeROI
object to python [Task] Imp SANS #952: Resolve Missing Cleaning Script #971TimeROI
maybe as a "concept" page [Task] Imp SANS #952: create new release candidate #972API::Run
(orAPI::LogManager
) to calculate the new values, add them to theLogManager.m_singleValueCache
which may need to be changed toprotected
or get aprotected
setter soAPI::Run
can access it. At this point it will be duplicated functionality in [Task] Imp. SANS #957 Skip deployment for scheduled pipelines #975Kernel::Statistics
object verify that they are exposed to python. This will include updates toAPI::Run
(orAPI::LogManager
) adding the additional information [story] Enable use to switch value/use a constant scaler as transmission #976FilteredTimeSeriesProperty
The text was updated successfully, but these errors were encountered: