|
# Read line, continuum and abundance data into global variables. |
|
CONTINUUM_GRID = setup_continuum_parameters() |
|
LINE_GRID = setup_line_parameters() |
|
DEFAULT_ABUNDANCES = setup_default_abundances() |
|
DEFAULT_ABUNDANCE_TYPE = "sun_coronal_ext" |
So maybe these should be set to None and then in the code which needs them check if None and call the methods or something
sunkit-spex/sunkit_spex/models/physical/thermal.py
Lines 193 to 197 in a869fd4
So maybe these should be set to None and then in the code which needs them check if None and call the methods or something