public class HandleSaturation extends Object implements stream.Processor
Modifier and Type | Field and Description |
---|---|
String |
arrivalTimeKey |
String |
arrivalTimeSaturatedKey |
double |
limitForSaturatedPixel |
String |
outputKeyArrivalTime |
String |
outputKeyPhotonCharge |
String |
photonChargeKey |
String |
photonChargeSaturatedKey |
String |
saturatedPixelKey |
Constructor and Description |
---|
HandleSaturation() |
@Parameter(required=true, description="Key to the photonCharge Array, calculated by the normal processor") public String photonChargeKey
@Parameter(required=true, description="Key to the photonCharge Array, calculated by the time over threshold processor") public String photonChargeSaturatedKey
@Parameter(required=true, description="Key to the arrivalTime Array, calculated by the normal processor") public String arrivalTimeKey
@Parameter(required=true, description="Key to the arrivalTime Array, calculated by the time over threshold processor") public String arrivalTimeSaturatedKey
@Parameter(required=true, description="Limit above the time over threshold photoncharge is used [phe]. A good value is around 180") public double limitForSaturatedPixel
@Parameter(required=true) public String outputKeyPhotonCharge
@Parameter(required=true) public String outputKeyArrivalTime
@Parameter(description="Key for Pixel Set of saturated Pixels") public String saturatedPixelKey
Copyright © 2019. All rights reserved.