-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds docs for various similar level columns (#407)
* Adds docs for various similar level columns Also moved notation to a more accessible spot. * Further docs on levels * Resolve comments
- Loading branch information
1 parent
4f16b9e
commit c250524
Showing
4 changed files
with
42 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
*************** | ||
Differences between level_index, level_id and level_number | ||
*************** | ||
|
||
============= | ||
level_index | ||
============= | ||
|
||
DataFrame index for each electronic energy level. Different for each ion. | ||
Third index for energy levels after atomic number and ion charge. Used in GFALL, | ||
Chianti and CMFGEN levels DataFrames. | ||
|
||
For photoionization cross-sections, this is used to determine the lower and upper | ||
levels of cross-sections. | ||
|
||
============= | ||
level_id | ||
============= | ||
|
||
Global unique `level_id` across all species used to assign unique IDs even for the cut level and line data. | ||
Computed from level index. Typically has an upper and lower form to connect levels | ||
together. | ||
|
||
============= | ||
level_number | ||
============= | ||
|
||
Index in the order of the level energies within each species. | ||
For example, species Si II has level_number 0 to n. | ||
Often used in a multi-index with atomic_number, ion_number. | ||
Connects upper and lower energy levels. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
********** | ||
References | ||
Bibliography | ||
********** | ||
|
||
.. bibliography:: ../references.bib |