pyradtran.input_builder.InputLine#

class pyradtran.input_builder.InputLine(keyword: str, text: str, provenance: str)[source]#

Bases: object

One 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 in pyradtran.params.

__init__(keyword: str, text: str, provenance: str) None#
keyword: str#
provenance: str#
text: str#