Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megbedell/wobble
precise data-driven RV fitting, now with tellurics!
https://github.com/megbedell/wobble
astronomy exoplanet-radial-velocities spectroscopy tensorflow
Last synced: about 12 hours ago
JSON representation
precise data-driven RV fitting, now with tellurics!
- Host: GitHub
- URL: https://github.com/megbedell/wobble
- Owner: megbedell
- License: mit
- Created: 2017-11-20T18:58:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:03:16.000Z (about 2 years ago)
- Last Synced: 2024-05-20T20:21:56.571Z (8 months ago)
- Topics: astronomy, exoplanet-radial-velocities, spectroscopy, tensorflow
- Language: Jupyter Notebook
- Homepage: https://wobble.readthedocs.io
- Size: 27.3 MB
- Stars: 38
- Watchers: 8
- Forks: 17
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## wobble *(/wäb.lā/)* :sound:
[![Documentation Status](https://readthedocs.org/projects/wobble/badge/?version=latest)](https://wobble.readthedocs.io/en/latest/?badge=latest)[![arXiv](https://img.shields.io/badge/arXiv-1901.00503-orange.svg)](https://arxiv.org/abs/1901.00503)
*wobble* is an open-source python package for analyzing time-series spectra. It was designed with stabilized extreme precision radial velocity (EPRV) spectrographs in mind, but is highly flexible and extensible to a variety of applications. It takes a data-driven approach to deriving radial velocities and requires no *a priori* knowledge of the stellar spectrum or telluric features.
*wobble* is under development.
To install the current developer version:
```bash
git clone https://github.com/megbedell/wobble.git
cd wobble
python setup.py develop
```The paper presenting the *wobble* method used a slightly older version of the code than what is currently in the master branch. To access this version, install *wobble* and then change branches:
```
git checkout paper-version
```