cars.pipelines.parameters.advanced_parameters

CARS module containing functions to check advanced parameters configuration

Functions

get_resolutions(conf)

Get the epipolar resolutions from the configuration

check_advanced_parameters(inputs, conf[, output_dem_dir])

Check the advanced parameters consistency

check_ground_truth_dsm_data(conf)

Check data of the image ground truth

Module Contents

cars.pipelines.parameters.advanced_parameters.get_resolutions(conf)[source]

Get the epipolar resolutions from the configuration

Parameters:

conf (dict) – configuration of advanced parameters

Returns:

list of epipolar resolutions

Return type:

list

cars.pipelines.parameters.advanced_parameters.check_advanced_parameters(inputs, conf, output_dem_dir=None)[source]

Check the advanced parameters consistency

Parameters:
  • inputs (dict) – configuration of inputs

  • conf (dict) – configuration of advanced parameters

Returns:

overloaded configuration

Return type:

dict

cars.pipelines.parameters.advanced_parameters.check_ground_truth_dsm_data(conf)[source]

Check data of the image ground truth

Parameters:

conf (str) – ground truth dsm configuration