ARTS built-in documentation server
Workspace Method ppathWriteXMLPartial
Description
WSM to only write a reduced Ppath, omitting grid positions.
The following fields are set to be empty: gp_p, gp_lat and gp_lon.
This cam drastically decrease the time for reading the structure
by some external software.
If *file_index is >= 0, the variable is written to a file with name:
<filename>.<file_index>.xml.
where <file_index> is the value of file_index.
This means that *filename* shall here not include the .xml
extension. Omitting filename works as for WriteXML.
Authors: Oliver Lemke
Synopsis
Variables
IN | output_file_format | (String) | Output file format. |
IN | ppath | (Ppath) | The propagation path for one line-of-sight. |
GIN | filename | (String, Default: "") | File name. See above. |
GIN | file_index | (Index, Default: -1) | Optional file index to append to filename. |