public class InterpolatePixelArray extends Object implements stream.Processor
Modifier and Type | Field and Description |
---|---|
CalibrationService |
calibService |
String |
inputKey |
int |
minPixelToInterpolate |
String |
outputKey |
Constructor and Description |
---|
InterpolatePixelArray() |
@Service(required=true, description="The calibration service which provides the information about the bad pixels") public CalibrationService calibService
@Parameter(required=true, description="The photoncharge key to work on") public String inputKey
@Parameter(required=true, description="The name of the interpolated photoncharge output") public String outputKey
@Parameter(description="The minimum number of neighboring pixels required for interpolation", defaultValue="3") public int minPixelToInterpolate
Copyright © 2019. All rights reserved.