omegapy 3.1

Creator: railscoder56

Last updated:

Add to Cart

Description:

omegapy 3.1

OMEGA-Py : Python tools for OMEGA data
Importation and display of OMEGA/MEx observations in Python 3, based on the IDL SOFT10 routines developped in the IAS planetary team.
Installation & Update
Method 1: from PyPI (recommended)
Installation: pip3 install omegapy
Update: pip3 install omegapy --upgrade
Method 2: from the GitHub repository (development version)
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 .

Documentation
Full documentation of the OMEGA-Py module is available at astcherbinine.github.io/omegapy
Planetary Data Workshop 2023: abstract & slides
Community guidelines
To contribute to OMEGA-Py, report an issue or seek support, please refer to the community guidelines
page of the documentation available here.
Citing OMEGA-Py
If you are using OMEGA-Py in your research, please cite it according to the guidelines available here.
Credits
© 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
License
This package is released under a MIT open source license. See LICENSE for more details.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.