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
Orekit
Commits
a65b8175
Commit
a65b8175
authored
Jun 13, 2022
by
Luc Maisonobe
Browse files
Typo.
parent
592e50bd
Pipeline
#2109
failed with stages
in 14 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/site/markdown/architecture/ccsds.md
View file @
a65b8175
...
...
@@ -73,7 +73,7 @@ Orekit-compatible objects as shown in the following code snippet:
Vector3D dV = opm.getManeuver(0).getdV();
SpacecraftState state = opm.generateSpacecraftState();
// getting orbit date the hard way:
AbsoluteDate orbitDate = opm.getSegments().get(0).get
(
Data).getStateVectorBlock().getEpoch();
AbsoluteDate orbitDate = opm.getSegments().get(0).getData
(
).getStateVectorBlock().getEpoch();
Messages can be obtained by parsing an existing message or by using
the setters to create them from scratch, bottom up starting from the
...
...
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