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 spectral_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

Spectral Analysis section
[spectral_analysis]
cropping_size = [128, 128]             # ROI in pixel [range, azimuth] for processing
azimuth_block_size = 2000              # scene partitioning block size in pixel along azimuth

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