scopesim_templates.stellar.stellar

scopesim_templates.stellar.stellar#

Contains functions to create random or regular spaced point sources.

Functions

star(filter_name, amplitude[, spec_type, x, ...])

Create a scopesim.Source object for a list of stars with given amplitudes.

star_field(n, mmin, mmax, width[, height, ...])

Create a super basic field of stars with random positions and brightnesses.

star_grid(n, mmin, mmax[, filter_name, ...])

Create a square grid of A0V stars at equal magnitude intervals.

stars(filter_name, amplitudes, spec_types, x, y)

Create a scopesim.Source object for a list of stars with given amplitudes.