public class EstimateBaseline extends Object implements stream.Processor
Modifier and Type | Field and Description |
---|---|
String |
dataKey |
int |
firstSlice |
String |
outputKey |
int |
range |
Constructor and Description |
---|
EstimateBaseline() |
@Parameter(required=true, description="") public String dataKey
@Parameter(required=true, description="key for the baseline output, 1440 pixel array containing a baseline amplitude for each pixel") public String outputKey
@Parameter(required=false, description="start slice of the calculation window", defaultValue="10") public int firstSlice
@Parameter(required=false, description="range of the calculation window ", defaultValue="40") public int range
Copyright © 2019. All rights reserved.