-
Notifications
You must be signed in to change notification settings - Fork 3
Home
iris is a Python library to generate slab models of molecular emission in disks.
Install the package via pip:
pip install iris-jwstiris requires the following packages be installed beforehand: jax, pandas, astropy, astroquery
and Python >= 3.8
With iris, the molecular emission lines are modeled using a slab technique, where the intensities are set by an average excitation temperature
We assume the lines are Gaussians and have an intrinsic full-width-at-half-maximum
Rather than directly calculating integrated line fluxes, iris generates an optical depth grid which is then used to calculate the opacity-weighted flux density. For each species, we estimate the total optical depth of lines
where
Here
Setting a distance to the source of
The rightmost term above sets the final line profile, accounting for saturation effects at the line center.
...