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

Source Code for Package chianti.core

 1  ''' chianti.core - contains the main classes for ChiantiPy users. 
 2   
 3  Copyright 2009-2015, 2010 Kenneth P. Dere 
 4   
 5  This software is distributed under the terms of the GNU General Public License 
 6  that is found in the LICENSE file 
 7   
 8   
 9  ''' 
10  #from chianti import * 
11  from .Spectrum import spectrum, bunch 
12  from .Mspectrum import mspectrum 
13  from .IpyMspectrum import ipymspectrum 
14  from .Continuum import continuum 
15  from .RadLoss import radLoss 
16  #from PNe import pne 
17  from .Ion import ion 
18  #from .Ion import ionWeb 
19  from .Ion import ioneq 
20  #from Ion import photoioneq 
21  #from Ion import phion 
22  # 
23