Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update description of rrlvl parser #250

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fiasco/io/sources/ion_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,8 @@ class RrlvlParser(GenericIonParser):
Level-resolved recombination rates as a function of temperature.

These files contain the *Direct* radiative recombination rates from
the recombining ion to the recombined ion. Note that these files contain
the *effective* radiation recombination rate coefficients.
the recombining ion to the recombined ion, whereas the ``.reclvl`` files
contain the *effective* radiative recombination rates.
A given ion should have either a ``.rrlvl`` file or a ``.reclvl`` file,
but not both. For a full description of these files, see :cite:t:`young_chianti_2019`.
"""
Expand Down