brahe 1.3.4

Brahe is a modern satellite dynamics library for research and engineering applications designed to be easy-to-learn, high-performance, and quick-to-deploy. The north-star of the development is enabling users to solve meaningful problems and answer questions quickly, easily, and correctly.
Documentation
1
2
3
4
5
6
7
8
9
10
# JOSS Examples

This folder contains scripts directly implementing the examples shown in the JOSS paper for Brahe. Each script is implemented as a [`uv` script](https://docs.astral.sh/uv/guides/scripts/) with the necessary metadata at the top of the file.
These scripts can be run directly using the `uv run` command if you have the [Astral UV tool](https://docs.astral.sh/uv/) installed.

For example, to run the `core_functions.py` example, you would use the following command in your terminal:

```bash
uv run joss/examples/core_functions.py
```