public class CorrectSaturation extends Object implements stream.Processor
Created by jbuss on 28.01.15.
| Modifier and Type | Field and Description |
|---|---|
String |
baselineKey |
String |
dataKey |
String |
firstSliceOverThresholdKey |
String |
maxPosKey |
String |
outputKey |
double |
saturationThreshold |
double |
threshold |
String |
totKey |
| Constructor and Description |
|---|
CorrectSaturation() |
@Parameter(required=true,
description="Array containing the raw data")
public String dataKey
@Parameter(required=true,
description="Target Array for the saturation corrected raw data")
public String outputKey
@Parameter(required=true,
description="1440pix array containing the time-over-threshold for the pixel")
public String totKey
@Parameter(required=true,
description="1440pix array containing the first slice time-over-threshold for the pixel")
public String firstSliceOverThresholdKey
@Parameter(required=true,
description="threshold at which the time-over-threshold was measured")
public double threshold
@Parameter(required=false,
description="threshold that defines a pixel showing saturation")
public double saturationThreshold
@Parameter(required=true,
description="1440pix array containing the slice of maximum amplitude")
public String maxPosKey
@Parameter(required=true,
description="1440pix array containing the estimated baseline amplitude")
public String baselineKey
Copyright © 2019. All rights reserved.