Skip to content

Analysis Configuration

This analysis can be configured and algorithms customized through the configuration file. Here is a brief description of the available parameters that can be set.

TOML Configuration Section

These parameters must be specified in the configuration .toml file under the interferometric_analysis section.

Defaults

For each TOML text block defined below, the values associated to the keywords are the defaults. This means that there is no need to specify those values in the configuration file unless the intention is to explicitly change that value.

Main Parameters

Interferometric Analysis section
[interferometric_analysis]
enable_coherence_computation = false        # enable/disable coherence computation (to be enabled for interferogram products)
coherence_kernel = [15, 15]                 # kernel size for coherence computation
azimuth_blocks_number = 10                  # number of azimuth blocks for computing coherence 2D histogram
range_blocks_number = 15                    # number of range blocks for computing coherence 2D histogram
coherence_bins_number = 80                  # number of coherence intensity bins
Validation

azimuth_blocks_number and range_blocks_number are actually automatically computed if not explicitly set from configuration.

Refer to the API documentation to learn more about these values and their meaning.