Crate lather [] [src]

The lather crate models starspot effects on photometric and radial velocity observations, with a Python interface.

This project was inspired by a desire to improve upon the starspot modeling library named SOAP.

Structs

Observation

An observed radial velocity and line bisector.

Simulation

A model of a star with spots that can be observed.

Functions

floatrange

Creates an iterator of floats that begin at start and increase by step until they would exceed stop.

linspace

Creates an iterator of len floats between start and stop, inclusive.