ExoSim 2 is the next generation of the Exoplanet Observation Simulator (ExoSim) tailored for spectro-photometric observations of transiting exoplanets from space, ground, and sub-orbital platforms. This software is a complete rewrite implemented in Python 3, embracing object-oriented design principles.
Project description
ExoSim 2
Introduction
ExoSim 2 is the next generation of the Exoplanet Observation Simulator ExoSim tailored for spectro-photometric observations of transiting exoplanets from space, ground, and sub-orbital platforms. This software is a complete rewrite implemented in Python 3, embracing object-oriented design principles, which allow users to replace each component with their functions when required.
Table of contents
How to install
Install from PyPI
ExoSim 2 is available on PyPI and can be installed via pip as
pip install exosim
Install from source code
ExoSim 2 is compatible (tested) with Python 3.12 and 3.13
To install from source, clone the repository and move inside the directory.
Then use pip as
pip install .
Test your installation
If you have installed ExoSim from source-code, to test your ExoSim2 installation simply run from the main ExoSim2 folder
pip install poetry
poetry run -m pytest tests
Documentation
ExoSim2 comes with an extensive documentation, which can be built using Sphinx. The documentation includes a tutorial, a user guide and a reference guide.
To build the documentation, install the needed packages first via poetry:
pip install poetry
poetry install --with dev
Build the html documentation
To build the html documentation, move into the docs directory and run
make html
The documentation will be produced into the build/html directory inside docs.
Open index.html to read the documentation.
Build the pdf documentation
To build the pdf, move into the docs directory and run
make latexpdf
The documentation will be produced into the build/latex directory inside docs.
Open exosim2.pdf to read the documentation.
Here is reported the use of pdflatex, if have another compiler for LaTex, please refer to sphinx documentation.
How to contribute
You can contribute to ExoSim 2 by reporting bugs, suggesting new features, or contributing to the code itself. If you want to contribute to the code, please follow the steps described in the documentation under Developer guide/Contributing guidelines.
How to cite
If you use ExoSim 2 in your research, please cite the following paper:
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file exosim-2.1.1.tar.gz.
File metadata
- Download URL: exosim-2.1.1.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.12.11 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ad1b88f4e2f2870acbffdbe9eb80efcd0232484591f3a3622e0850fc74897d6
|
|
| MD5 |
c0b633386c599f4888cfb8cf4839fac1
|
|
| BLAKE2b-256 |
18d9e10f3df071ff918cdbd09f7f212685d6f6a06386473f674b6da941c014c7
|
File details
Details for the file exosim-2.1.1-py3-none-any.whl.
File metadata
- Download URL: exosim-2.1.1-py3-none-any.whl
- Upload date:
- Size: 1.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.13.5 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50469f300a8cba1de561061ba3f0797d5efeb9779b135671191c233cb8097809
|
|
| MD5 |
2dce384fd568662044fb2ac8e3744d96
|
|
| BLAKE2b-256 |
efea983a7ee50d5856c05297e6f37c477900961acf992684fcdc2041643691ed
|