ARTS built-in documentation server
Workspace Method DoitWriteIterationFields
Description
Writes DOIT iteration fields.
This method writes intermediate iteration fields to xml-files. The
method can be used as a part of doit_conv_test_agenda.
The iterations to be stored are specified by *iterations*, e.g.:
iterations = [3, 6, 9]
In this case the 3rd, 6th and 9th iterations are stored.
If a number is larger than the total number of iterations, this
number is ignored. If all iterations should be stored set
iterations = [-1]
The frequencies to be stored are specified by *frequencies* in the
same way as the iterations. The frequency index corresponds to the
order of frequencies in f_grid.
The output files are named doit_iteration_fX_iY.xml with X being the
frequency index and iY the iteration counter.
Authors: Claudia Emde
Synopsis
Variables