-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #203 from larshinueber/develop
Document compute_shadow_function
- Loading branch information
Showing
4 changed files
with
75 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
``fundamentals`` | ||
=============== | ||
Functions for fundamental astrodynamic calculations | ||
|
||
|
||
This module contains a list of functions for fundamental astrodynamic calculations. | ||
These functions are used in the other modules to perform more complex calculations, | ||
but can also be used on their own for standalone calculations. | ||
|
||
.. note:: The functions in this module are expected to be reorganized in the future. | ||
|
||
|
||
|
||
Functions | ||
--------- | ||
.. currentmodule:: tudatpy.astro.fundamentals | ||
|
||
.. autosummary:: | ||
|
||
compute_shadow_function | ||
|
||
|
||
|
||
.. autofunction:: tudatpy.astro.fundamentals.compute_shadow_function | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters