pyradtran.input_builder.InputLine#
- class pyradtran.input_builder.InputLine(keyword: str, text: str, provenance: str)[source]#
Bases:
objectOne uvspec input line with provenance.
- Parameters:
keyword (str) – The (possibly multi-word) uvspec keyword, e.g.
"mol_modify O3".text (str) – The complete input line.
provenance (str) – One of the
PROV_*constants inpyradtran.params.
- __init__(keyword: str, text: str, provenance: str) None#
- keyword: str#
- provenance: str#
- text: str#