SLOPpy: Spectral Lines Of Planets with python
Project description
Spectral Lines Of Planets with python
SLOPpy
version 1.1 - March 2023
Main contributors Daniela Sicilia, Luca Malavolta, Lorenzo Pino, Gaetano Scandariato, Valerio Nascimbeni, Giampaolo Piotto, Isabella Pagano
News In version 1.1 it is much easier to add new instruments
Paper accepted, repository now publicly available, documentation and examples coming online in a few days.
Basic documentation available here, updates will follow in the upcoming weeks.
Most of the information can be found in Sicilia et al. (2022) A&A link ADS link arXiv link
Note on the use of molecfit
SLOPpy
supports both the old version 1.5.x
(available as a stand-alone program) and the latest version >4
through ESO esorex.
To use version 1.5.x, you have to use the molecfit modules marked with v1
, and specify the installation path under the molecfit
section:
pipeline:
- ...
- telluric_molecfit_v1_preparation
- telluric_molecfit_v1_coadd
- ...
molecfit:
installation_path: /Applications/molecfit/bin/
...
For the newest version, drop the v1
in the module names and substitute the installation_path
keyword with the new `esorex_exec' keyword, as in this example:
pipeline:
- ...
- telluric_molecfit_preparation
- telluric_molecfit_coadd
- ...
molecfit:
esorex_exec: esorex
...
This new keyword specify the location of the esorex
executable: if the command is avaialble system-wide (i.e., you can launch esorex by simply writing esorex
in your terminal), then it is not necessary to specify the full path of the excutable.
Changelog
-
Version 1.1.1 to 1.1.3 Minor bugfixes
-
Version 1.1.0 Easier interface for new instruments New module to write transmisison spectra in the stellar reference system with (optional) CLV and RM correction:
write_output_transmission_stellarRF
. Note: CLV and RM correction only available throughCLV_RM_models
module -
Version 1.0.2:
Minor bugfix
-
Version 1.0.1:
Added support to AER v3.8, bundled with Molecfit as in November 2022
To use version 3.6, add this keyword in the configuration file under the molecfit section:
NOTE: it must be a string and not a number\aer_version: "3.6"
-
Version 1.0: first release after acceptance of the 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.