backwards tracking with sensible trajectories

This commit is contained in:
2024-12-10 10:47:16 +01:00
commit 6b5ba62ac5
3 changed files with 1511 additions and 0 deletions

17
Pipfile Normal file
View File

@@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
numpy = "*"
scipy = "*"
matplotlib = "*"
ipython = "*"
ppigrf = "*"
ipykernel = "*"
[dev-packages]
[requires]
python_version = "3.12"