Add support for ESA-PTR module
Add optional support JUICE PTR files. The simulation is performed with AGM REST-API on the JUICE pointing tool.
This dependency is optional and not installed by default. To add, you need to explicitly mention a juice
extra attribute to pip
or poetry
during this install step:
pip install moon-coverage[juice] # for pip (recommended)
# or
poetry install --extras juice # for poetry (advanced)