Skip to content

Commit

Permalink
Merge pull request #129 from lgolston/typos
Browse files Browse the repository at this point in the history
Edit typo
  • Loading branch information
fisadev authored Sep 14, 2023
2 parents 8d93119 + 0bd2fe6 commit 9015b07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Currently you have available these sources
How to contribute
-----------------

- Write pep8 complaint code.
- Wrap the code on 100 collumns.
- Write pep8 compliant code.
- Wrap the code on 100 columns.
- Always use a branch for each feature and Merge Proposals.
- Always run the tests before to push. (test implies pep8 validation)
2 changes: 1 addition & 1 deletion orbit_predictor/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def get_satellite_minus_penumbra_verticals(r, when_utc, r_p=R_E_MEAN_KM):
The zeros of the function are only in the transitions from illuminated to
penumbra (when going from positive to negative)
and from penumbra to illuminated (when going from negative to positive).
BEWARE: it can have local minimuns with positive values.
BEWARE: it can have local minimums with positive values.
Works for highly elliptical orbits too.
The internals are the same as shadow function based on
Algorithm 34 from Vallado, section 5.3.
Expand Down

0 comments on commit 9015b07

Please sign in to comment.