pyradtran.params.Raw

pyradtran.params.Raw#

class pyradtran.params.Raw(value: Any)[source]#

Bases: object

Marker: pass this value through without any validation.

Escape hatch for options the local libRadtran schema does not know (e.g. a patched uvspec build). The value reaches the input file verbatim, tagged with unvalidated provenance.

Parameters:

value (Any) – The literal value to emit.

__init__(value: Any) None#
value: Any#