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
d19786dc
Commit
d19786dc
authored
Jun 13, 2022
by
Bryan Cazabonne
Browse files
Merge branch 'develop' of
https://gitlab.orekit.org/orekit/orekit.git
into develop
parents
419f5c8c
89b33f38
Pipeline
#2113
passed with stages
in 15 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/site/markdown/architecture/ccsds.md
View file @
d19786dc
...
...
@@ -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
...
...
@@ -187,7 +187,7 @@ interfaces. As these interfaces do not provide access to header and metadata inf
that CCSDS writers need, these informations must be provided beforehand to the
writers. This is done by providing directly the header and a metadata template in
the constructor of the writer. Of course, writers for non-CCSDS message formats would use
different strategies to get their specific metadata. In the CC
C
SDS case, the metadata
different strategies to get their specific metadata. In the CCSDS case, the metadata
provided is only a template that is incomplete: the frame, start time and stop time will
be filled later on when the data to be written is available, as they will change for each
segment. The argument used as the template is not modified when building a writer, its
...
...
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