pyradtran.params.Raw#
- class pyradtran.params.Raw(value: Any)[source]#
Bases:
objectMarker: 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
unvalidatedprovenance.- Parameters:
value (Any) – The literal value to emit.
- __init__(value: Any) None#
- value: Any#