Skip to content

Commit

Permalink
bt_rate -> bt_upsilon
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Reep authored and Jeffrey Reep committed Apr 22, 2024
1 parent b1891b9 commit 1fd3b17
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions fiasco/io/sources/ion_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ def postprocessor(self, df):
class SplupsParser(GenericIonParser):
"""
Spline fits to scaled collisions strengths (denoted by upsilon) between energy levels as described
in :cite:t:`burgess_analysis_1992`. These files were used in CHIANTI versions prior to 8.0, and
were replaced by ``.scups`` files in versions after that.
in :cite:t:`burgess_analysis_1992`. These files were used in CHIANTI versions prior to 8.0, and
were replaced by ``.scups`` files in versions after that.
Notes
-----
* The number of spline points for the rates depends on the fit type, 5 points for type 6
Expand All @@ -158,15 +158,15 @@ class SplupsParser(GenericIonParser):
u.dimensionless_unscaled,
]
headings = [
'Z',
'ion',
'lower_level',
'upper_level',
'bt_type',
'gf',
'delta_energy',
'bt_c',
'bt_rate',
'Z',
'ion',
'lower_level',
'upper_level',
'bt_type',
'gf',
'delta_energy',
'bt_c',
'bt_upsilon',
]
descriptions = [
'atomic number',
Expand Down

0 comments on commit 1fd3b17

Please sign in to comment.