pyradtran.io.OutputParser.parse_output_file

pyradtran.io.OutputParser.parse_output_file#

OutputParser.parse_output_file(output_file: Path) ParsedOutput[source]#

Parse a single uvspec output file.

Parameters:

output_file (pathlib.Path)

Return type:

ParsedOutput

Raises:

OutputParsingError – If the file is missing, empty, or cannot be parsed.