public class RingStandardDeviationWithThreshold extends Object implements stream.Processor
| Modifier and Type | Field and Description |
|---|---|
String |
arrivalTimeKey |
String |
cleaningPixelSetKey |
String |
outputKey |
String |
photonchargeKey |
String |
ringPixelSetKey |
double |
threshold |
| Constructor and Description |
|---|
RingStandardDeviationWithThreshold() |
@Parameter(description="Key containing the photoncharge array",
defaultValue="photoncharge")
public String photonchargeKey
@Parameter(description="Key containing the arrivalTime array",
defaultValue="arrivalTime")
public String arrivalTimeKey
@Parameter(description="Key for the ring pixelset",
defaultValue="bestRingPixel")
public String ringPixelSetKey
@Parameter(description="Key for the cleaning pixelset",
defaultValue="shower")
public String cleaningPixelSetKey
@Parameter(description="The threshold, only pixels above the threshold are considered",
defaultValue="8")
public double threshold
@Parameter(description="The outputkey",
defaultValue="StdDevTime{threshold}")
public String outputKey
Copyright © 2019. All rights reserved.