nikola-sur / Octofitter.jl

Octofitter is a Julia package for performing Bayesian inference against direct images of exoplanets, relative astrometry, and astrometric acceleration of the host star.

Home Page:https://sefffal.github.io/Octofitter.jl/dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Octofitter.jl

Welcome to the documentation page for Octofitter.jl. This page includes tutorial and an API reference for using this package.

Octofitter is a Julia package for performing Bayesian inference against a wide variety of exoplanet / binary star data.

The package provides a simple but powerful modelling language which is used to generate efficient, differentiable code. You can then plug it into a variety of samplers. The package also contains analysis and visualization tools for understanding your results.

Supported data:

  • sample directly from images and interferometric visibilities
  • exoplanet astrometry
  • stellar astrometric acceleration
  • radial velocity
  • experimental support for transit data based on Transits.jl

Any and all combinations also work together.

Modelling features:

  • multiple planets (one or more)
  • co-planar, and non-coplanar systems
  • arbitrary priors and parameterizations
  • link mass to photometry via atmosphere models

Speed:

Fit astrometry on your laptop in minutes!

  • Highly optimized code and derivatives are generated from your model
  • Higher order sampler (No U-Turn sampler) which explores the parameter space very efficiently
  • Run on a single core, multiple threads, or hundreds of nodes by changing just a single line of code

The package supports only bound, 2-body Keplerian orbits. Support for hyperbolic orbits and multi-body physics are not currently planned. Pull-requests to PlanetOrbits implementing this functionality would be welcome.

See also: the python libraries Orbitize!, orvara, and exoplanet.

For instructions, see the documentation page:

About

Octofitter is a Julia package for performing Bayesian inference against direct images of exoplanets, relative astrometry, and astrometric acceleration of the host star.

https://sefffal.github.io/Octofitter.jl/dev

License:MIT License


Languages

Language:Julia 100.0%