Algorithm: SmoothDataExcludingPeaksAlgo
Description:
This algorithm removes peaks from a given workspace and smooths the data using a spline function. It processes the input workspace to exclude specified peaks and then applies a smoothing spline to the remaining data.
Expected Inputs:
- InputWorkspace:
Type: MatrixWorkspace
Direction: Input
Property Mode: Mandatory
Description: Workspace containing the peaks to be removed.
- OutputWorkspace:
Type: MatrixWorkspace
Direction: Output
Property Mode: Mandatory
Description: Histogram Workspace with removed peaks.
- DetectorPeaks:
Type: String
Direction: Input
Property Mode: Mandatory
Description: JSON string containing the detector peaks.
- SmoothingParameter:
Type: Float
Direction: Input
Property Mode: Mandatory
Description: Smoothing parameter for the spline function.