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
- Host: GitHub
- URL: https://github.com/johannesbuchner/exofind
- Owner: JohannesBuchner
- Created: 2016-06-22T03:18:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-22T03:24:48.000Z (over 9 years ago)
- Last Synced: 2025-01-23T20:51:59.112Z (9 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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.