public class MinAmplitudeGlobal extends Object implements stream.Processor
| Modifier and Type | Field and Description |
|---|---|
String |
key |
String |
outputKey |
int |
skipFirstSlices |
int |
skipLastSlices |
| Constructor and Description |
|---|
MinAmplitudeGlobal() |
| Modifier and Type | Method and Description |
|---|---|
double |
globalMinimum(int roi,
int pix,
double[] data)
Find the minimum value in the array.
|
stream.Data |
process(stream.Data item) |
@Parameter(required=true) public String key
@Parameter(required=true) public String outputKey
@Parameter(description="skip the first N slices of the timeline") public int skipFirstSlices
@Parameter(description="skip the last N slices of the timeline") public int skipLastSlices
public stream.Data process(stream.Data item)
process in interface stream.Processorpublic double globalMinimum(int roi,
int pix,
double[] data)
roi - pix - pixel to be checkeddata - the array to be checkedCopyright © 2019. All rights reserved.