Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Orekit
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
37
Issues
37
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Orekit
Orekit
Commits
16e633de
Commit
16e633de
authored
Jun 27, 2019
by
Evan Ward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix name of G2 GLONASS frequency
Thanks Bryan!
parent
eda45005
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
src/changes/changes.xml
src/changes/changes.xml
+3
-0
src/main/java/org/orekit/gnss/Frequency.java
src/main/java/org/orekit/gnss/Frequency.java
+1
-1
No files found.
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
Markdown
is supported
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