ESA Planning Timeline Request package
Project description
ESA Planning Timeline Request (PTR) Python package
Since the Rosetta mission,
ESA developed an XML-like syntax to create Planning Timeline Request (PTR) files.
These files allow the mission team member to design custom attitude spacecraft pointing.
It is readable by AGM
and MAPPS
softwares to detect spacecraft constrains violations,
power conception and surface coverage. It can also be used to compute custom spacecraft
attitude: quaterions, camera kernels (ck
) and resolved PTR.
This format is used for the JUICE mission,
and can be tested on the JUICE pointing tool.
This python package implements an object oriented approach to help the creation and parsing of PTR files for the user, as well an interface to check JUICE PTR validity with AGM.
🚧 Disclaimer: This package is in beta stage and does not support all PTR implementations. Please, open an issue to report any issue you may accounter. ⚠️ Currently this tool in beta stage, do not use it in critical environments.
📚 Documentation
A detailed documentation can be found here: esa-ptr.readthedocs.io
🐍 Installation
This package is available on PyPI and could be installed with the python package manager pip
:
python -m pip install esa-ptr
Even if this tool does not have any external dependencies, we recommend to use it in an isolated virtual environment (venv
or conda env
).
🐛 Development and testing
If you want to contribute to the development and tests your changes before submitting a merge request, you need to install Poetry and clone this repository:
git clone https://juigitlab.esac.esa.int/python/ptr.git esa-ptr ;
cd esa-ptr/
Install the package and its dependencies:
poetry install
Then, after your edits, you need to check that both linters are happy:
poetry run flake8
poetry run pylint src tests
and all the tests passed:
poetry run pytest
🎓 Ressources
- Rosetta Flight Dynamics:
RO-ESC-IF-5501_i3r4_RSGS_FD_ICD-2.pdf
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file esa_ptr-1.4.tar.gz
.
File metadata
- Download URL: esa_ptr-1.4.tar.gz
- Upload date:
- Size: 29.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.15 Linux/3.10.0-1160.15.2.el7.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d1fbaebb2df1e8dbbb96ea769990b944bbe28e8380fb34d3e4d05abc0a3b310 |
|
MD5 | 2d69a0e40b0f9f7a124305d96c37d2de |
|
BLAKE2b-256 | d4469cdccc85278c391d868575a0be2184eb1cc95ad8d1f103296b7b3fd9312c |
File details
Details for the file esa_ptr-1.4-py3-none-any.whl
.
File metadata
- Download URL: esa_ptr-1.4-py3-none-any.whl
- Upload date:
- Size: 36.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.15 Linux/3.10.0-1160.15.2.el7.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1929f59508894ccc83de8cd102c6ff3b4159ce2006bfdc9a0a2b7ed5395c6145 |
|
MD5 | f13d96cd6bd7d5ee344cd48c046e810c |
|
BLAKE2b-256 | 73da4947d65ab9775baefcc25daef0aa9da4fcc6459c6956be006c32510da774 |