Skip to content

Reference implementations for commonly used astronomical lightcurve models / functions.

License

Notifications You must be signed in to change notification settings

4pisky/simlightcurve

Repository files navigation

simlightcurve

docs Documentation Status
tests Travis-CI Build Status
coverage Test-coverage
package PyPI Package latest release

Work in progress

The aim for this project is a collection of functions ('models', if you like, although they're rather simplified ones) that can be used to fit the lightcurves of astronomical transients. The feature-set we're aiming for are as follows:

  • A well-documented and consistent interface, so it's easy for end-users to install and get started.
  • Well-referenced - whenever appropriate, links to the papers defining the function are provided.
  • Performant - lightcurve evaluations should be as fast as possible to enable use on large data-sets, or under MCMC evaluation, etc. Initially this means writing numpy-evaluated functions, in the long run it may mean exploration of alternative optimizations.
  • Make use of the astropy.modeling package, to leverage existing functionality there.
  • Minimal - just the functions and some basic utility routines are provided -this package is 'agnostic' about how the lightcurves are used to analyse data, which should make it more widely reusable (for example with various MCMC packages).

About

Reference implementations for commonly used astronomical lightcurve models / functions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages