Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kendra Hale
Orekit
Commits
16e633de
Commit
16e633de
authored
Jun 27, 2019
by
Evan Ward
Browse files
Fix name of G2 GLONASS frequency
Thanks Bryan!
parent
eda45005
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/changes/changes.xml
View file @
16e633de
...
...
@@ -33,6 +33,9 @@
as updates to AbstractDetector, AbstractGNSSAttitudeProvider, DragSensitive,
RadiationSensitive, and ZipJarCrawler. See the list below for a full
description of the changes."
>
<action
dev=
"evan"
type=
"fix"
>
Fix name of GLONASS G2 frequency.
</action>
<action
dev=
"luc"
type=
"fix"
>
Fixed accuracy of dates conversions from java dates.
</action>
...
...
src/main/java/org/orekit/gnss/Frequency.java
View file @
16e633de
...
...
@@ -41,7 +41,7 @@ public enum Frequency {
R02
(
SatelliteSystem
.
GLONASS
,
"G2"
,
1246.0
/
10.23
),
/** GLONASS, "G3" (1202.025 MHz). */
R03
(
SatelliteSystem
.
GLONASS
,
"G
2
"
,
117.5
),
R03
(
SatelliteSystem
.
GLONASS
,
"G
3
"
,
117.5
),
/** Galileo, "E1" (1575.42 MHz). */
E01
(
SatelliteSystem
.
GALILEO
,
"E1"
,
154
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment