Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/deps-baa91b6655
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto authored Sep 16, 2024
2 parents 9f4dc07 + 7b8019a commit be01e53
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ paths and direct transfers.

<br>

<!-- vale off -->
[![Python](https://img.shields.io/pypi/pyversions/lamberthub?logo=pypi)](https://pypi.org/project/lamberthub/)
[![PyPI](https://img.shields.io/pypi/v/lamberthub.svg?logo=python&logoColor=white)](https://pypi.org/project/lamberthub/)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![CI](https://github.com/jorgepiloto/lamberthub/actions/workflows/ci_cd.yml/badge.svg?branch=main)](https://github.com/jorgepiloto/lamberthub/actions/workflows/ci_cd.yml)
[![codecov](https://codecov.io/gh/jorgepiloto/lamberthub/branch/main/graph/badge.svg?token=3BY2J5AB8D)](https://codecov.io/gh/jorgepiloto/lamberthub)
[![Coverage](https://codecov.io/gh/jorgepiloto/lamberthub/branch/main/graph/badge.svg?token=3BY2J5AB8D)](https://codecov.io/gh/jorgepiloto/lamberthub)
[![DOI](https://zenodo.org/badge/364482782.svg)](https://zenodo.org/badge/latestdoi/364482782)
<!-- vale on -->

## Installation

Expand Down Expand Up @@ -69,7 +71,7 @@ the year of publication. Any of the solvers hosted by the `ALL_SOLVERS` list.

| Parameters | Type | Description |
|---------------|-----------|-------------|
| `mu` | `float` | The gravitational parameter, i.e., mass of the attracting body times the gravitational constant. Equivalent to gravitational constant times the mass of the attractor body. |
| `mu` | `float` | The gravitational parameter, that is, the mass of the attracting body times the gravitational constant. |
| `r1` | `np.array`| Initial position vector. |
| `r2` | `np.array`| Final position vector. |
| `tof` | `float` | Time of flight between initial and final vectors. |
Expand Down

0 comments on commit be01e53

Please sign in to comment.