Hoeijmakers / tayph

Analysis of high resolution spectroscopic time-series of exoplanets
9 stars 8 forks source link

High Resolution Spectroscopy of Exoplanet Atmospheres

THIS IS A WORK IN PROGRESS, BUT MOST FUNCTIONS ARE OPERATIONAL. REFER TO THE DOCUMENTATION FOR INSTALLATION AND DEMO INSTRUCTIONS. AS WE REGULARLY PUSH (SMALL) UPDATES AND FIXES, PLEASE PULL THE LATEST VERSION IF YOU RUN INTO AN ERROR, AND FEEL FREE TO REACH OUT AND INTERACT BY OPENING ISSUES OR BY SUBMITTING PULL REQUESTS.

Astropy ReadTheDocs CI Tests contributions welcome ViewCount

Tayph is envisioned as a package to help you analyse high-resolution spectral time-series of exoplanets using the Cross-correlation technique introduced by Snellen et al. 2010 in a robust, transparent, flexible and user friendly way.

Despite the aims set out above, both the methods used by the community to analyse high-resolution observations of exoplanet atmospheres as well as Tayph are likely never perfect, and subject to approximations, mistakes or bugs. Secondly, the code is focused on transparency and flexibility, and we only recently started to focus on making efficient use of computer resources by vectorising operations and simple CPU-based parallellisation where possible. The entire package is written in Python, and there are probably many instances where factors can be gained in terms of computation and memory efficiency. Making Tayph more nimble is hence an ongoing effort. We hope that you will benefit from this package, and share your questions, feedback, ideas or pull requests. We will strive to use your input to better Tayph.

A paper describing the functionality of Tayph is currently in preparation. If you make use of Tayph in your publication, please consider citing the analysis presented in Hoeijmakers et al. 2020, which most closely matches the current implementation of Tayph.

Documentation

For instructions and demo's on how to install and use Tayph, please refer to the official documentation pages.

Main contributors

License

This project is Copyright (c) Jens Hoeijmakers and licensed under the terms of the BSD 3-Clause license. This package is based upon the Astropy package template https://github.com/astropy/package-template which is licensed under the BSD 3-clause license. See the licenses folder for more information.