mhd_genrad_tables

File Purpose: reading genrad tables, e.g. radtab.dat files.

These include lookup tables which might improve ion densities compared to saha.

Functions

_consume_comment_lines(enumlines, *[, ...])

eat (i, line) from enumlines until reaching a nonempty line that doesn't start with '*'.

_consume_data_lines(enumlines, *[, start, ...])

eat (i, line) from enumlines until reaching a line that startswith ' or *

_consume_indepvar_data_lines(enumlines, *[, ...])

eat (i, line) from enumlines until reaching a line that startswith ' or *

_float(s)

convert fortran float string to np.float64.

Classes

GenradTable(indict, outdict, *[, coords, ...])

single table from genrad file, with some var as a function of T, tauh, or column mass.

GenradTableManager(*args_dict[, thresh, incrad])

manages genrad tables.