Difference between revisions of "RadxDiffFields"
From Lrose Wiki
(Created page with "RadxDiffFields ingests polarimetric radar data and calculates <math>K_{DP}</math> from <math>\phi_{DP}</math>. === '''Overview''' === RadxDiffFields computes statistics abou...") |
|||
Line 1: | Line 1: | ||
− | RadxDiffFields ingests polarimetric radar data and calculates | + | RadxDiffFields ingests polarimetric radar data and calculates differences between fields. |
=== '''Overview''' === | === '''Overview''' === | ||
RadxDiffFields computes statistics about the difference between fields in Radx files. The fields can be in the same file or in different files. The results are written to SPDB as XML. | RadxDiffFields computes statistics about the difference between fields in Radx files. The fields can be in the same file or in different files. The results are written to SPDB as XML. | ||
+ | |||
=== '''Prerequesites''' === | === '''Prerequesites''' === | ||
Line 14: | Line 15: | ||
=== '''Parameter file''' === | === '''Parameter file''' === | ||
− | + | RadxDiffFields uses one parameter file that includes the basic parameters related to data location and field names, which is similar to the parameter files for the other Radx applications. | |
==== '''Ensure file is up to date''' ==== | ==== '''Ensure file is up to date''' ==== | ||
Line 30: | Line 31: | ||
Input params | Input params | ||
− | * | + | * primary_input_dir: directory containing radar data (if not specified on the command line and if mode = REALTIME) |
* mode: determines if the program waits for new files (REALTIME), moves through start and end times specified on the command line (ARCHIVE), or moves through list of files specified on the command line (FILELIST) | * mode: determines if the program waits for new files (REALTIME), moves through start and end times specified on the command line (ARCHIVE), or moves through list of files specified on the command line (FILELIST) | ||
− | + | Field details | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | * | + | * field_pairs: specify the field names and whether the fields are in the same file or different files (along with secondary file path) |
+ | * secondary_file_time_tolerance_sec: time tolerance for finding secondary file to compare with primary data file (secs) | ||
+ | * secondary_ray_time_tolerance_sec: time tolerance for matching rays between the primary and secondary data sets (secs) | ||
+ | * secondary_ray_elevation_tolerance_sec: elevation tolerance for matching rays between the primary and secondary data sets (deg) | ||
+ | * secondary_ray_azimuth_tolerance_sec: azimuth tolerance for matching rays between the primary and secondary data sets (deg) | ||
− | + | Stats | |
− | * | + | * result_percentiles: specify the percentiles to be computed in addition to the mean |
− | + | Write results | |
− | * | + | * write_results_to_spdb: the results will be written in XML, stored in SPDB |
+ | * spdb_output_url: files will be written to this directory | ||
− | === '''Running | + | === '''Running RadxDiffFields''' === |
To check all command line options for RadxKdp, including debugging options and file paths, type the following command into a terminal. | To check all command line options for RadxKdp, including debugging options and file paths, type the following command into a terminal. | ||
− | <code lang="bash">/path/to/lrose/install/bin/ | + | <code lang="bash">/path/to/lrose/install/bin/RadxDiffFields -h</code> |
Once your parameter file is complete, use a command similar to the following to run the application: | Once your parameter file is complete, use a command similar to the following to run the application: | ||
− | <code lang="bash">/path/to/lrose/install/bin/ | + | <code lang="bash">/path/to/lrose/install/bin/RadxDiffFields -params param_file_name</code> |
The user can also specify the location of cfradial files in the following manner: | The user can also specify the location of cfradial files in the following manner: | ||
− | <code lang="bash">/path/to/lrose/install/bin/ | + | <code lang="bash">/path/to/lrose/install/bin/RadxDiffFields -f /path/to/cfradial/files/ -params param_file_name</code> |
Revision as of 17:46, 31 March 2021
RadxDiffFields ingests polarimetric radar data and calculates differences between fields.
Contents
Overview
RadxDiffFields computes statistics about the difference between fields in Radx files. The fields can be in the same file or in different files. The results are written to SPDB as XML.
Prerequesites
The following items are required:
- Polarimetric radar data (any Radx supported format, e.g., cfradial)
Parameter file
RadxDiffFields uses one parameter file that includes the basic parameters related to data location and field names, which is similar to the parameter files for the other Radx applications.
Ensure file is up to date
To obtain the default parameter file, use the following command:
/path/to/lrose/install/bin/RadxDiffFields -print_params > param_file_name
If you already have a parameter file and simply want to check for (and add) updated parameters while retaining current parameters, use the following command:
/path/to/lrose/install/bin/RadxDiffFields -params orig_param_file_name -print_params > new_param_file_name
Important parameters
Input params
- primary_input_dir: directory containing radar data (if not specified on the command line and if mode = REALTIME)
- mode: determines if the program waits for new files (REALTIME), moves through start and end times specified on the command line (ARCHIVE), or moves through list of files specified on the command line (FILELIST)
Field details
- field_pairs: specify the field names and whether the fields are in the same file or different files (along with secondary file path)
- secondary_file_time_tolerance_sec: time tolerance for finding secondary file to compare with primary data file (secs)
- secondary_ray_time_tolerance_sec: time tolerance for matching rays between the primary and secondary data sets (secs)
- secondary_ray_elevation_tolerance_sec: elevation tolerance for matching rays between the primary and secondary data sets (deg)
- secondary_ray_azimuth_tolerance_sec: azimuth tolerance for matching rays between the primary and secondary data sets (deg)
Stats
- result_percentiles: specify the percentiles to be computed in addition to the mean
Write results
- write_results_to_spdb: the results will be written in XML, stored in SPDB
- spdb_output_url: files will be written to this directory
Running RadxDiffFields
To check all command line options for RadxKdp, including debugging options and file paths, type the following command into a terminal.
/path/to/lrose/install/bin/RadxDiffFields -h
Once your parameter file is complete, use a command similar to the following to run the application:
/path/to/lrose/install/bin/RadxDiffFields -params param_file_name
The user can also specify the location of cfradial files in the following manner:
/path/to/lrose/install/bin/RadxDiffFields -f /path/to/cfradial/files/ -params param_file_name