Skip to content

Latest commit

 

History

History

pyequibtests

pyEQUIB

PyPI version Build Status Coverage Status GitHub license

Python package for atomic level populations and line emissivities in statistical equilibrium

Description

pyEQUIB is a collection of Python programs developed to perform plasma diagnostics and abundance analysis using emission line fluxes measured in ionzed nebulae. It uses the AtomNeb Python Package to read collision strengths and transition probabilities for collisionally excited lines (CEL), and recombination coefficients for recombination lines (RL). This Python package can be used to determine interstellar extinctions, electron temperatures, electron densities, and ionic abundances from the measured fluxes of emission lines.

Installation

To install the last version, all you should need to do is

python setup.py install

To install the stable version, you can use the preferred installer program (pip):

pip install pyequib

References