pub enum Bibliography {
RINEX211,
RINEX3,
RINEX4,
JLe19,
ESAGnssCombination,
AsceAppendix3,
ESABookVol1,
ESABookVol2,
GeoScienceJournal1,
MpTaoglas,
BeiDouICD,
}docsrs only.Expand description
Important articles and references that proved useful when designing this library
Variants§
RINEX211
RINEX V2.11 specifications by IGS. DOI.
RINEX3
RINEX V3 specifications by IGS. DOI.
RINEX4
RINEX V4 specifications by IGS. DOI.
JLe19
J. Lesouple, 2019: Estimation Parcimonieuse de Biais Multitrajets pour Systemes GNSS. Pseudo range calculation method on page 50. Kepler Solver on page 159. Elevation and Azimuth angles determination, page 160. DOI
ESAGnssCombination
ESA NAVIPedia: Combining Pairs of signals and clock definitions. DOI
AsceAppendix3
ASCE Appendix 3: Calculation of Satellite Position from Ephemeris Data. DOI.
ESABookVol1
ESA GNSS Data Processing Book Vol. I. DOI.
ESABookVol2
ESA GNSS Data Processing Book Vol. II. DOI.
GeoScienceJournal1
E. Schönemann, M. Becker, T. Springer, 2011: A new Approach for GNSS Analysis in a Multi-GNSS and Multi-Signal Environment. DOI.
MpTaoglas
V. Pinazo Garcia, N. Woodhouse: Multipath Analysis Using Code-Minus-Carrier technique in GNSS antennas. DOI.
BeiDouICD
Auto Trait Implementations§
impl Freeze for Bibliography
impl RefUnwindSafe for Bibliography
impl Send for Bibliography
impl Sync for Bibliography
impl Unpin for Bibliography
impl UnsafeUnpin for Bibliography
impl UnwindSafe for Bibliography
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
Source§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
self from the equivalent element of its
superset. Read moreSource§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
self is actually part of its subset T (and can be converted to it).Source§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
self.to_subset but without any property checks. Always succeeds.Source§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
self to the equivalent element of its superset.