pyTOPSScrape.misc package¶
Subpackages¶
Submodules¶
pyTOPSScrape.misc.utils module¶
Author: Thomas M. Boudreaux
Created: Febuary 2021
Last Modified: September 2022
Opacity utility functions
- pyTOPSScrape.misc.utils.get_target_log_R() numpy.ndarray ¶
Get the ndarray for the LogR values that DSEP expects
- Returns
targetLogR – Array of LogR values expected by DSEP in opacity table
- Return type
np.ndarray
- pyTOPSScrape.misc.utils.get_target_log_T() numpy.ndarray ¶
Get the ndarray for the LogT values that DSEP expects
- Returns
targetLogT – Array of LogT values expected by DSEP in opacity table
- Return type
np.ndarray
- pyTOPSScrape.misc.utils.load_non_rect_map() numpy.ndarray ¶
Load the upper non rectabtular map from numpy binary which DSEP requires for the high temperature opacity files.
- Returns
upperNonRect – Upper non rectangular map which DSEP requires.
- Return type
np.ndarray