Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Orekit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Orekit
Orekit
Commits
1ecf0f1d
Commit
1ecf0f1d
authored
16 years ago
by
Luc Maisonobe
Browse files
Options
Downloads
Patches
Plain Diff
rephrased a comment
parent
2fe1da82
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/org/orekit/attitudes/CelestialBodyPointed.java
+3
-3
3 additions, 3 deletions
src/main/java/org/orekit/attitudes/CelestialBodyPointed.java
with
3 additions
and
3 deletions
src/main/java/org/orekit/attitudes/CelestialBodyPointed.java
+
3
−
3
View file @
1ecf0f1d
...
...
@@ -120,9 +120,9 @@ public class CelestialBodyPointed implements AttitudeLaw {
// evaluate instant rotation axis by finite differences
// note that despite we use forward difference and not centered differences,
// the error in this estimation is O(h^2) for Sun since
because Earth-Body
//
acceleration is in both case
colinear to Earth-
Body
vector, so acceleration
//
contribution is
nullified by the cross product.
// the error in this estimation is O(h^2) for Sun since
Earth-Sun acceleration
//
is
colinear to Earth-
Sun pointing
vector, so acceleration
contribution is
// nullified by the cross product.
final
Vector3D
rotAxisCel
=
new
Vector3D
(
1
/
(
r2
*
STEP_SIZE
),
Vector3D
.
crossProduct
(
pointing0
,
pointing1
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment