You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration of the data processing in pyrad is divided into three files. The main configuration file, the location configuration file describing the location of the
5
7
weather radar and the used scans. Finally, the product configuration file describes the datasets and
6
8
products.
7
9
10
+
Two formats are accepted for configuration files. The classical pyrad format which uses the following syntax::
- Absolute base directory of the configuration files. This directory contains clutter maps, filter coefficients, antenna pattern, and the data processing configuration files. If any path within a pyrad config file is provided as a relative path, it will be converted to an absolute path, by prepending it with the path specified with "configpath".
26
+
- Absolute base directory of the configuration files. This directory contains clutter maps, filter coefficients, antenna pattern, and the data processing configuration files. If any path within a pyrad config file is provided as a relative path, it will be converted to an absolute path, by prepending it with the path specified with "configpath". If not provided, the directory of the main config file will be used.
27
27
* - locationConfigFile
28
28
- STRING
29
-
- File name (with full path) of the location configuration file. Described in Section 3.2.
29
+
- File nameof the location configuration file. If only the filename (and not directory) is provided it will be prepended with configpath. Described in Section 3.2.
30
30
* - productConfigFile
31
31
- STRING
32
-
- File name (with full path) of the product configuration file. Described in Section 4.
32
+
- File name of the product configuration file. If only the filename (and not directory) is provided it will be prepended with configpath. Described in Section 4.
33
33
* - lastStateFile
34
34
- STRING
35
35
- File name (with full path) of the file containing the time of the last processed scan. Used in particular for real-time processing.
0 commit comments