STELLAB Module

Stellab (Stellar Abundances)

Fonctionality

This class plots observational stellar abundances data for different galaxies.

Made by

JUNE2015: B. Cote

Usage

Import the module:

>>> import stellab

Load the data:

>>> s = stellab.stellab()

Plot [Mg/Fe] vs [Fe/H] for the Fornax dwarf spheoridal galaxy:

>>> s.plot_spectro(xaxis='[Fe/H]', yaxis='[Mg/Fe]', galaxy='fornax')

See the Sphinx documentation for more options