An interface for creating custom opacity files by taking the original
and tinkering with it.
|
__init__(self,
species)
Initializing an instance of the custom opacities interface. |
source code
|
|
|
|
|
|
|
doZERO(self,
wl=10.0)
Replace all opacities by zero below a cut-off wavelength. |
source code
|
|
|
doFUNCTION(self,
wl_min=10.0,
wl_max=20.0,
function=' linear ' )
Replace all opacities by an extrapolation below a cut-off wavelength. |
source code
|
|
|
doHONY(self,
wl1=1.0,
wl2=2.0,
wl3=10.0,
a_mod=0.05,
q_cst=1.0)
Replace all opacities below a cut-off wavelength with values as
assumed by Hony et al (2003, 2004) |
source code
|
|
|
doZHANG(self,
wl=10.0,
a_mod=0.05,
q_cst=1.6,
metallic=True)
Replace all opacities below a cut-off wavelength with values as
assumed by Zhang et al (2009) |
source code
|
|