public class TimeGradient extends Object implements stream.Processor
Modifier and Type | Field and Description |
---|---|
String |
arrivalTimeKey |
String |
cogKey |
String |
deltaKey |
String |
outputKeyIntercept |
String |
outputKeySlope |
String |
outputKeySumSquaredErrors |
String |
pixelSetKey |
Constructor and Description |
---|
TimeGradient() |
@Parameter(required=true, description="key to the shower pixels") public String pixelSetKey
@Parameter(required=true, description="key to the arrival times of all pixels") public String arrivalTimeKey
@Parameter(required=true, description="key to the xvalue of the cog of the shower") public String cogKey
@Parameter(required=true, description="key to the delta angle of the shower") public String deltaKey
@Parameter(description="outputKey for the calculated timegradient slopes") public String outputKeySlope
@Parameter(description="outputKey for the calculated timegradient intercepts") public String outputKeyIntercept
@Parameter(description="outputKey for the sum squared errors of the linear fits") public String outputKeySumSquaredErrors
Copyright © 2019. All rights reserved.