Struct lather::Simulation [] [src]

pub struct Simulation { /* fields omitted */ }

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

Methods

impl Simulation
[src]

Construct a new Star from a config file.

Computes the relative brightness of this system at each time (in days), when observed in the wavelength band between wavelength_min and wavelength_max.

Computes the radial velocity and line bisector of this system at each time (in days), when observed in the wavelength band between wavelength_min and wavelength_max.

Draw the simulation in a row-major fashion, as it would be seen in the visible wavelength band, 4000-7000 Angstroms.

Removes the spots that would be drawn by draw_rgba.

Trait Implementations

impl Debug for Simulation
[src]

Formats the value using the given formatter.