public class findMaximumTriggerThreshold extends Object implements stream.Processor
| Modifier and Type | Field and Description |
|---|---|
String |
key |
int |
maxThreshold |
int |
minThreshold |
int |
minTimeOverThreshold |
int |
nOutOf4 |
int |
nOutOf40 |
String |
outKey |
int |
skipFirst |
int |
skipLast |
int |
thresholdIncrement |
int |
timeWindowSize |
Boolean |
visualize |
| Constructor and Description |
|---|
findMaximumTriggerThreshold() |
@Parameter(required=true,
description="2D array of summed patches [double]")
public String key
@Parameter(required=true,
description="maximum possible threshold for event to pass trigger decission")
public String outKey
@Parameter(required=false,
description="Converts the patch array into a 1440*ROI array inorder to visualize the patche time series in the viewer")
public Boolean visualize
@Parameter(required=false,
description="threshold of the discriminator in DAC units")
public int minThreshold
@Parameter(required=false,
description="threshold of the discriminator in DAC units")
public int maxThreshold
@Parameter(required=false,
description="threshold of the discriminator in DAC units")
public int thresholdIncrement
@Parameter(required=false,
description="minimum time the signal has to stay above the threhold")
public int minTimeOverThreshold
@Parameter(required=false,
description="number of slices to ignore at the beginning of the time series")
public int skipFirst
@Parameter(required=false,
description="number of slices to ignore at the end of the time series")
public int skipLast
@Parameter(required=false,
description="minimum number of trigger patches per trigger unit to have a signal above threshold")
public int nOutOf4
@Parameter(required=false,
description="minimum number of trigger units to have a signal above threshold")
public int nOutOf40
@Parameter(required=false,
description="size of the time window within which the rising edges of the triggerprimitives should be")
public int timeWindowSize
Copyright © 2019. All rights reserved.