little class used to store information about one data array within this Arc
Definition at line 121 of file gdc.hpp.
#include <gdc.hpp>
|
double | ave |
| average value of the data in the Arc (data units) More...
|
|
int | n |
| number of points in stats(ave,sig) - may be > npts in Arc More...
|
|
int | Nslip |
|
double | sig |
|
double | sigma |
| for slips, RSS future and past sigma on the data More...
|
|
double | step |
|
◆ Arcinfo()
gnsstk::Arc::Arcinfo::Arcinfo |
( |
| ) |
|
|
inline |
constructor
Definition at line 125 of file gdc.hpp.
◆ ave
double gnsstk::Arc::Arcinfo::ave |
average value of the data in the Arc (data units)
Definition at line 139 of file gdc.hpp.
int gnsstk::Arc::Arcinfo::n |
number of points in stats(ave,sig) - may be > npts in Arc
Definition at line 138 of file gdc.hpp.
◆ Nslip
int gnsstk::Arc::Arcinfo::Nslip |
net slip in wavelengths = accumulated integerized step Thus Nslip always is the total slip, while step has only the latest estimate, and is used to fix the data (with int).
Definition at line 134 of file gdc.hpp.
◆ sig
double gnsstk::Arc::Arcinfo::sig |
std dev or other sig of all the data in the Arc (data units)
Definition at line 140 of file gdc.hpp.
◆ sigma
double gnsstk::Arc::Arcinfo::sigma |
for slips, RSS future and past sigma on the data
Definition at line 132 of file gdc.hpp.
◆ step
double gnsstk::Arc::Arcinfo::step |
for slips, estimate of slip magnitude (data units). does not accumulate across the data - for this Acc only is only the latest filter estimate (gross OR fine)
Definition at line 129 of file gdc.hpp.
The documentation for this class was generated from the following file: