Skip to content

A fuzzy-tailed package for fitting the light curves of comets.

License

Notifications You must be signed in to change notification settings

barentsen/cometcurve

Repository files navigation

CometCurve

A fuzzy-tailed package for fitting the light curves of comets.

CometCurve is an open source Python package which utilizes data from the Comet Observation Database (COBS) to fit a canonical model to the light curves of comets in a probabilistic way using PyMC3.

Example

import cometcurve as cc
model = cc.CometModel(comet="2019 Y4", start="2020-02-01", stop="2020-07-01")
model.plot()

https://raw.githubusercontent.com/barentsen/cometcurve/master/examples/example-2019y4.png

Installation

(coming soon)

pip install cometcurve

About

A fuzzy-tailed package for fitting the light curves of comets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published