SkillAgentSearch skills...

Maelstrom

Forward modelling of pulsating stars in binaries

Install / Use

/learn @danhey/Maelstrom
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<h1 align="center">Maelstrom</h1> <p align="center"> <a href="https://github.com/danhey/maelstrom/actions?query=workflow%3Amaelstrom-tests"><img src="https://github.com/danhey/maelstrom/workflows/maelstrom-tests/badge.svg"/></a> <a href="https://danhey.github.io/maelstrom/"><img src="https://github.com/danhey/maelstrom/workflows/Docs/badge.svg"/></a> <a href="https://codecov.io/gh/danhey/maelstrom"><img src="https://codecov.io/gh/danhey/maelstrom/branch/master/graph/badge.svg"/></a> <br/> <a href="https://docs.pymc.io"><img src="https://img.shields.io/badge/powered_by-PyMC3-EB5368.svg?style=flat"/></a> <a href="https://github.com/dfm/exoplanet"><img src="https://img.shields.io/badge/powered_by-exoplanet-EB5368.svg?style=flat"/></a> <a href="https://doi.org/10.5281/zenodo.3669395"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.3669395.svg" alt="DOI"></a> </p>

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

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1y ago
Forks1

Languages

Jupyter Notebook

Security Score

75/100

Audited on Apr 25, 2024

No findings