cars.pipelines.parameters.advanced_parameters ============================================= .. py:module:: cars.pipelines.parameters.advanced_parameters .. autoapi-nested-parse:: CARS module containing functions to check advanced parameters configuration Functions --------- .. autoapisummary:: cars.pipelines.parameters.advanced_parameters.get_resolutions cars.pipelines.parameters.advanced_parameters.check_advanced_parameters cars.pipelines.parameters.advanced_parameters.check_ground_truth_dsm_data Module Contents --------------- .. py:function:: get_resolutions(conf) Get the epipolar resolutions from the configuration :param conf: configuration of advanced parameters :type conf: dict :return: list of epipolar resolutions :rtype: list .. py:function:: check_advanced_parameters(inputs, conf, output_dem_dir=None) Check the advanced parameters consistency :param inputs: configuration of inputs :type inputs: dict :param conf: configuration of advanced parameters :type conf: dict :return: overloaded configuration :rtype: dict .. py:function:: check_ground_truth_dsm_data(conf) Check data of the image ground truth :param conf: ground truth dsm configuration :type conf: str