Skip to content

barentsen/cometcurve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors