:py:mod:`cars.pipelines.parameters.output_parameters` ===================================================== .. py:module:: cars.pipelines.parameters.output_parameters .. autoapi-nested-parse:: This module contains the output definition Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: cars.pipelines.parameters.output_parameters.check_output_parameters cars.pipelines.parameters.output_parameters.intialize_product_index .. py:function:: check_output_parameters(conf) Check the output json configuration and fill in default values :param conf: configuration of output :type conf: dict :param pipeline_name: name of corresponding pipeline :type pipeline_name: str .. py:function:: intialize_product_index(orchestrator, product_levels, input_pairs) Initialize the index dictionary according to requested levels with None values for all paths. :param orchestrator: cars orchestrator :type orchestrator: Orchestrator :param product_levels: name of corresponding pipeline :type product_levels: list :param input_pairs: list containing the pair names :type input_pairs: list