public class ArrayStatistics extends Object implements stream.Processor
outputKey+"_" +"mean" outputKey+"_" +"max" outputKey+"_" +"min" outputKey+"_" +"kurtosis" outputKey+"_" +"variance" outputKey+"_" +"skewness"
also a subarray can be defined by a given pixelSet that contains the pixel ids that should be used for the sub array. If no set can be find for the given key NaN are returned for the values.
Created by jbuss
Modifier and Type | Field and Description |
---|---|
String |
key |
String |
outputKey |
String |
pixelSetKey |
Constructor and Description |
---|
ArrayStatistics() |
@Parameter(required=true, description="Key to the array you want the information about") public String key
@Parameter(required=true, description="The name of the data written to the stream") public String outputKey
@Parameter(description="key of a pixelSet (PixelSetOverlay) containing the IDs of a desired Subset") public String pixelSetKey
Copyright © 2019. All rights reserved.