#include <meteoio/meteoFilters/FilterBlock.h>
#include <vector>
#include <string>
Go to the source code of this file.
|
class | mio::ProcMult |
| Multiply values. This multiplies all values by a given factor. Either a fixed value is given as single argument or a period (hourly/daily/monthly) as well as a filename (and absolute or relative path) containing the factors to apply. This file must contain in the first column the indices (months from 1 to 12 or days from 1 to 366 or hours from 0 to 23) and the matching factor in the second column (whitespace delimited). Comments following the same syntax as in the ini file are accepted, missing indices are treated as 1. More...
|
|