public class RisingEdgePolynomFit extends Object implements stream.Processor
Modifier and Type | Field and Description |
---|---|
String |
dataKey |
String |
maxSlopesKey |
int |
numberOfPoints |
String |
outputKey |
String |
risingEdgeKey |
boolean |
showFitResult |
Constructor and Description |
---|
RisingEdgePolynomFit() |
@Parameter(required=true, description="Key to the position of the rising edges") public String risingEdgeKey
@Parameter(required=true, description="Key to the data array") public String dataKey
@Parameter(required=true, description="outputKey for the calculated arrival time") public String outputKey
@Parameter(required=true, description="outputKey for the calculated slope at the arrival time") public String maxSlopesKey
@Parameter(required=false, description="number of points used for the fit", defaultValue="11") public int numberOfPoints
@Parameter(required=false, description="push fit results into data item", defaultValue="false") public boolean showFitResult
Copyright © 2019. All rights reserved.