public class AboveThreshold extends Object implements stream.Processor
@Parameter(required=true,
description="A double array with length NROI times NPIX")
public String dataKey
@Parameter(required=true,
description="A PixelSet with the pixels above the threshold. The fraction of pixels above the threshold is put into outputKey + PixelRatioThe number of pixels above the threshold is put into outputKey + PixelCountThe fraction of slices above the threshold is put into outputKey + SliceRatioThe number of slices above the threshold is put into outputKey + SliceCount")
public String outputKey
@Parameter(required=true,
description="Threshold value to be exceeded")
public double threshold
Copyright © 2019. All rights reserved.