SEDkit Documentation

This documentation describes sedkit, a collection of pure Python modules for simple SED construction and analysis. Users can create individual SEDs or SED catalogs from spectra and/or photometry and calculate fundamental parameters (\(f_\mbox{bol}\), \(M_\mbox{bol}\), \(L_\mbox{bol}\), \(T_\mbox{eff}\), mass, log(g)) using the methods presented in Filippazzo et al. (2015).

Installation

Install via PyPI with

pip install sedkit

or via conda with

git clone https://github.com/hover2pi/sedkit.git
cd sedkit
conda env create -f environment.yml --force
conda activate sedkit
python setup.py install

Contents

Indices and tables