STSP

class rms.STSP(times, star, spot, outdir=None, keep_dir=False)[source]

Bases: object

Context manager for working with STSP

Methods

generate_lightcurve([n_ld_rings, stsp_exec]) Generate a light curve with STSP.
safe_clean_up()

Methods Summary

generate_lightcurve([n_ld_rings, stsp_exec]) Generate a light curve with STSP.
safe_clean_up()

Methods Documentation

generate_lightcurve(n_ld_rings=40, stsp_exec=None)[source]

Generate a light curve with STSP.

Parameters:

n_ld_rings : int

Number of concentric rings to use in the limb-darkening approximation

stsp_exec : str (optional)

Optionally pass in a path to a different STSP executable with this argument.

safe_clean_up()[source]