Will Barnes
Will Barnes
When making an `Ion`, it is possible to set the abundance through a keyword argument. This keyword argument can be either the dataset name or an actual value. The ionization...
"ioneq" is typically used in CHIANTI to denote the ionization fraction in equilibrium and is used as the name of the property on the `Ion` object to represent this quantity....
The `ip` property on the `Ion` object returns the ionization potential. While convenient to type, this name is not very descriptive, especially when reading code. This should be changed to...
Starting in v10 of CHIANTI (and maybe earlier?), lookup tables were distributed with the database to avoid having to repeatedly compute the level populations and instead just do a lookup...
The two-photon continuum calculation still shows non-trivial differences as compared to the equivalent calculation in IDL. See discussion in #297. Currently, the comparison tests are marked as "xfail" though across...
I often find myself specifying a rectangular region in terms of the center of that rectangle and the width and height. However, `get_rectangle_coordinates` only accepts a bottom left and top...
Fixes #7078 This is a start at using `sphinxcontrib-bibtex` to reference all papers or anything for which we can write a Bibtex entry. This replaces links with references to a...
This PR does a bunch of miscellaneous cleanup on `MapSequence`. Some of it is more controversial than others so I'm happy to remove some parts or move things to other...