sp3 1.4.1

IGS SP3 file parser
Documentation
1
2
3
4
5
6
7
8
9
10
mod decimation;
mod masking;
mod split;
mod substract;
mod timeshift;

use crate::prelude::SP3;
use qc_traits::Preprocessing;

impl Preprocessing for SP3 {}