Skip to content

Add support for ESA-PTR module

Benoit Seignovert requested to merge esa-ptr-support into main

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)

Merge request reports