fiasco
fiasco copied to clipboard
Python interface to the CHIANTI atomic database
Fixes #232 I've added f-f, f-b, and 2-p continuum emission to the radiative loss calculation. It appears to be working, but I'd like to do a bit more testing. One...
trololol

The documentation build automatically computes some comparisons with some contribution functions computed by IDL: https://fiasco.readthedocs.io/en/latest/generated/gallery/idl_comparisons/goft_comparison.html#. However, the diffs now appear to be signficantly larger than before. I am pretty sure...
#260 added the ability to calculate the two photon continuum emission. This included several unit tests, but still needs a comparison test against the IDL code.
The README is getting a bit stale. The links to the pyastro talks and slides should be moved to the docs and the example code should probably be removed since...
In #259, I dramatically changed the layout and format of the docs, including implementing a new them. However, there are still some rough edges when it comes to the format...
Currently, `fiasco` is not compatible with Python 3.12 because we depend on `plasmapy` which depends on `numba` and `numba` is not yet compatible with Python 3.12. Once a `numba` release...
Currently, I have a bunch of complicated code that tries to parse out the edges and widths in order to get the emission measure distribution from the differential emission measure...
Currently, the level population does not include photoexcitation and stimulated emission processes. For more details, see [section 2.3 of Young et al. (2003)](http://adsabs.harvard.edu/abs/2003ApJS..144..135Y) and [section 2.2 of Landi et al....
#17 had a note that the files will need to be substituted in any function that makes use of `.scups` datafiles. The tests would need to be suitably modified as...