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 ambiguity_ratio_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
Ambiguity Ratio Analysis section
[ambiguity_ratio_analysis]
interpolation_factor = 8 # ROI interpolation factor
cropping_size = [128, 128] # ROI size to be analyzed
Refer to the API documentation to learn more about these values and their meaning.