Package | Description |
---|---|
fact.datacorrection |
Modifier and Type | Method and Description |
---|---|
double |
PatchJumpRemoval.checkForRingingFFT(int patch,
int pos,
double[] dataArray,
double[] derivation,
double jumpHeight,
JumpInfos jumpInfos)
First check if there is a significant ringing in the dataArray, by performing a FFT on the dataArray,
and checking the amplitude of the frequency bins between 0.18 GHz and 0.22 GHz.
|
boolean |
PatchJumpRemoval.checkForTimeDependency(int patch,
double deltaT,
double jumpHeight,
JumpInfos jumpInfos)
Checks if the jumpHeight is in the range of the predicted jumpHeight, depending on deltaT
|
double[] |
PatchJumpRemoval.HandleSpike(int patch,
int pos,
double[] result,
JumpInfos jumpInfo)
Checks if there are spikes directly in front of the jump and/or after the jump.
|
Copyright © 2019. All rights reserved.