Skip to content

ronyronen/maelstrom

 
 

Repository files navigation

Maelstrom


DOI

maelstrom is a set of custom PyMC3 Models and solvers for modelling binary orbits through the phase modulation technique. Unlike previous codes, maelstrom fits each individual datapoint in the time series by forward modelling the time delay onto the light curve. This approach fully captures variations in a light curve caused by an orbital companion.

To install the current version

pip install maelstrom

To install the developer version

git clone https://github.com/danhey/maelstrom.git
cd maelstrom
pip install -e .

To get started

from maelstrom import Maelstrom
ms = Maelstrom(time, flux)
ms.optimize()

Read the docs here

About

Forward modelling of pulsating stars in binaries

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 99.2%
  • Other 0.8%