A special subset of class FilterHit used for "almost slips" in WindowFilter
Definition at line 108 of file WindowFilter.hpp.
#include <WindowFilter.hpp>
Public Member Functions | |
FilterNearMiss () | |
empty and only constructor More... | |
Public Attributes | |
int | index |
index in the data array(s) at which this event occurs More... | |
std::string | msg |
message from analyze() More... | |
int | score |
weight of slip, 0 < score <= 100 More... | |
T | sigma |
for a slip, RSS future and past sigma on the data More... | |
T | step |
an estimate of the step in the data More... | |
|
inline |
empty and only constructor
Definition at line 112 of file WindowFilter.hpp.
int gnsstk::FilterNearMiss< T >::index |
index in the data array(s) at which this event occurs
Definition at line 114 of file WindowFilter.hpp.
std::string gnsstk::FilterNearMiss< T >::msg |
message from analyze()
Definition at line 118 of file WindowFilter.hpp.
int gnsstk::FilterNearMiss< T >::score |
weight of slip, 0 < score <= 100
Definition at line 115 of file WindowFilter.hpp.
T gnsstk::FilterNearMiss< T >::sigma |
for a slip, RSS future and past sigma on the data
Definition at line 117 of file WindowFilter.hpp.
T gnsstk::FilterNearMiss< T >::step |
an estimate of the step in the data
Definition at line 116 of file WindowFilter.hpp.