Photodynamics

GitHub license arxiv

A differentiable photodynamical model for multiplanet transit light curves, described in Langford & Agol 2025.

Photodynamical models are composed of a dynamical model and a transit (i.e. photometric) model. The currently implemented methods are:

Getting Started

First, you'll need to add the package. Using the Julia REPL, type ] to enter the package manager.

To add the latest tagged release, run:

pkg> add Photodynamics

If you'd like to use a developement version of the code, add #branch-name:

pkg> add Photodynamics#branch-name

See the Tutorials page for basic usage.