stash Documentation

This is the documentation for stash.

Reference/API

stash Package

Functions

generate_lightcurve
Parameters:
simulate_lightcurve(image, period, a, b[, …]) Simulate a light curve of a planet with radius R_planet_physical with orbital period period, semimajor axis a, and assuming the Sun has radius R_star_physical.
test(**kwargs) Run the tests for the package.
transit_duration(R_star, R_planet, …) Compute transit duration from first through fourth contact given orbital and physical parameters.

Classes

LightCurve(times, fluxes) Container for light curves.
UnsupportedPythonError

Class Inheritance Diagram

Inheritance diagram of stash.lightcurve.LightCurve, stash.UnsupportedPythonError