public interface TimeCorrectionKernel
| Modifier and Type | Method and Description |
|---|---|
void |
fit(double[] realTime,
double[] value)
This function should calculate f(t), interpolating between data points.
|
double |
interpolate(double realtime)
This is f(t) and will be used for rebinning data
|
void fit(double[] realTime,
double[] value)
realTime - in nsvalue - double interpolate(double realtime)
realtime - in nsCopyright © 2019. All rights reserved.