Importation and display of OMEGA/MEx observations in Python 3, based on the IDL SOFT10 routines developped in the IAS planetary team.
Installation: pip3 install omegapy
Update: pip3 install omegapy --upgrade
Installation: Clone the repository and install with pip:
git clone https://github.com/AStcherbinine/omegapy.git
cd omegapy
pip3 install .
Update: Go to the previously cloned repository, pull the last updates, and install them with pip:
cd omegapy
git pull
pip3 install .
Full documentation of the OMEGA-Py module is available at astcherbinine.github.io/omegapy
Planetary Data Workshop 2023: abstract & slides
To contribute to OMEGA-Py, report an issue or seek support, please refer to the community guidelines page of the documentation available here.
If you are using OMEGA-Py in your research, please cite it according to the guidelines available here.
© Aurélien Stcherbinine (2020–2024)
Institut d'Astrophysique Spatiale (IAS), Université Paris-Saclay, CNRS, Orsay, France
LATMOS/IPSL, UVSQ Université Paris-Saclay, Sorbonne Université, CNRS, Guyancourt, France
Department of Astronomy and Planetary Science, Northern Arizona University, Flagstaff, AZ, USA
Institut de Recherche en Astrophysique et Planétologie (IRAP), CNES, Université Toulouse III, CNRS, Toulouse, France
This package is released under a MIT open source license. See LICENSE
for more details.