Description
Specify the columns to iterate over and the time interval to use
for the TIME column iteration. The columns are specified by their
MS column name. Note that the following columns are always added
to the specified columns: array_id, field_id, data_desc_id and
time. This is so that the iterator can keep track of the
coordinates associated with the data (field direction, frequency
etc.) If you want to sort on these columns last instead of first
you need to include them in the columns specified. If you don't
want to sort on these columns at all, you can set
adddefaultsortcolumns to F.
You need to call
selectinit before
calling this. See the example below.