v1.3.0
V1.3.0
v1.3.0
comes with important new features
SP3
formating is now supported, we can synthesize a file we just parsed or new files, for example after merging, decimation or re-fittingSP3
temporal transposition is validated and internally verified. We offer two transposition methods:Timeshift::timeshift_{mut}
which never fails and allows transposition to any timescaleTimeshift::precise_correction_{mut}
that requires a correction data base
SP3.standardized_filename()
is introduced to help generate files that follow standard naming conventionsProductionAttributes
is introduced and parsed from file names that follow standard naming conventionsSP3.susbtract()
andSP3.substract_mut()
are being introduced for super easy SP3 residual analysis (lab/fit comparison)- The basic position coordinates iterator now describes whether this is fitted, predited and under ongoing maneuver
SP3.stable_positions_fitted_iter
for non-maneuvered not-predicted iterationSP3.stable_positions_predicted_iter
for non-maneuvered predicted (only) iteration
What's Changed
- SP3 Formatting by @gwbres in #19
- Sp3 formatting by @gwbres in #20
- Develop by @gwbres in #21
- release v1.3 by @gwbres in #22
Full Changelog: v1.2.0...v1.3.0