An open API service indexing awesome lists of open source software.

https://github.com/johannesbuchner/exofind

RV exoplanet fitting code based on ExoFit
https://github.com/johannesbuchner/exofind

Last synced: 7 months ago
JSON representation

RV exoplanet fitting code based on ExoFit

Awesome Lists containing this project

README

          

ExoFind
==========================================

A radial velocity fitting code based on ExoFit.

This is incomplete work, but the ideas were:

* Make ExoFit callable from Python. Uses fast C code underneath.
* Connect ExoFit with MultiNest instead of MCMC
* Use innovative data-based prior transformations. The FFT of the residuals
can indicate periods to prefer when searching the parameter space.
This biasing is cancelled out again in the likelihood (to make Bayesian
inference consistent), but should make exploring the parameter space simpler.
* Use multi-dimensional exploration to detect planets, expanding and contracting
the search space as needed. Achieved using differential evolution algorithm
connected with the Akaike Information Criterion.
* Plotting RV curves.

No guarantees.