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
Orekit
Stavor
Commits
b3fa779d
Commit
b3fa779d
authored
Jun 05, 2015
by
unknown
Browse files
Correct Galileo mission speed
parent
32f9b357
Changes
1
Hide whitespace changes
Inline
Side-by-side
stavor/src/main/java/cs/si/stavor/app/Installer.java
View file @
b3fa779d
...
...
@@ -373,8 +373,8 @@ public class Installer {
mission
.
initial_orbit
.
e
=
0.0
;
mission
.
initial_orbit
.
i
=
FastMath
.
toRadians
(
55
);
mission
.
initial_orbit
.
raan
=
0
;
mission
.
sim_duration
=
6
000000
.;
mission
.
sim_step
=
6
00
.;
mission
.
sim_duration
=
1
000000
.;
mission
.
sim_step
=
1
00
.;
try
{
mission
.
initial_date
=
new
AbsoluteDate
(
2014
,
8
,
23
,
0
,
0
,
0.0
,
TimeScalesFactory
.
getUTC
());
...
...
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