Package | Description |
---|---|
fact.TriggerEmulation |
Modifier and Type | Method and Description |
---|---|
static Discriminator.DiscriminatorOutput |
Discriminator.discriminatePatch(double[] data,
int thresholdInDAC,
int minTimeOverThresholdInSlices,
int skipFirst,
int skipLast)
Compute the first occurence of a signal that is above a given
thresholdInDAC and stays above it for
a requested time (minTimeOverThresholdInSlices ). |
static Discriminator.DiscriminatorOutput[] |
Discriminator.discriminatePatches(double[][] data,
int thresholdInDAC,
int minTimeOverThreshold,
int skipFirst,
int skipLast)
loop over pixels patch by patch and discriminate each patch
|
Modifier and Type | Method and Description |
---|---|
static boolean[] |
Discriminator.discriminatorOutputsToTriggerPrimitiveArray(Discriminator.DiscriminatorOutput[] discriminatorOutputs)
Get the triggerPrimitive members from an array of DiscriminatorOutputs and return them as native boolean array
|
static int[] |
Discriminator.discriminatorOutputsToTriggerSliceArray(Discriminator.DiscriminatorOutput[] discriminatorOutputs)
Get the triggerSlice members from an array of DiscriminatorOutputs and return them as native int array
|
Copyright © 2019. All rights reserved.