Package chianti
[hide private]
[frames] | no frames]

Source Code for Package chianti

 1  ''' 
 2  the ChiantiPy - CHIANTI Python package 
 3  calculates various aspects of emission line and continua from the 
 4  CHIANTI atomic database for astrophysical spectroscopy 
 5  ''' 
 6  from . import  version 
 7  Version = version.__version__ 
 8  Version_info = version.__version_info__ 
 9  # 
10