Skip to content

Commit

Permalink
Tweak refs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljbade committed Aug 29, 2023
1 parent a38f2a1 commit 666331c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions rinex/src/bibliography.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@ pub enum Bibliography {
/// GNSS antennas*.
/// [DOI](https://cdn.taoglas.com/wp-content/uploads/pdf/Multipath-Analysis-Using-Code-Minus-Carrier-Technique-in-GNSS-Antennas-_WhitePaper_VP__Final-1.pdf).
MpTaoglas,
/// QZSS Signal and Constellation interface specifications.
/// Quasi-Zenith Satellite System Interface Specification Satellite Positioning, Navigation and Timing Service.
/// [DOI](https://qzss.go.jp/en/technical/download/pdf/ps-is-qzss/is-qzss-pnt-005.pdf)
QzssPnt,
IsQzssPnt,
/// NAVSTAR GPS Space Segment/Navigation User Segment Interfaces.
/// [DOI](https://www.gps.gov/technical/icwg/IS-GPS-200N.pdf)
IsGps200,
/// European GNSS (Galileo) Open Service Signal-In-Space Interface Control Document.
/// [DOI](https://www.gps.gov/technical/icwg/IS-GPS-200N.pdf)
GalOsSisIcd,
}

0 comments on commit 666331c

Please sign in to comment.