pyradtran.io.OutputParser.parse_output_file#
- OutputParser.parse_output_file(output_file: Path) ParsedOutput[source]#
Parse a single
uvspecoutput file.- Parameters:
output_file (pathlib.Path)
- Return type:
- Raises:
OutputParsingError – If the file is missing, empty, or cannot be parsed.