pysiral.retracker.mock ====================== .. py:module:: pysiral.retracker.mock .. autoapi-nested-parse:: This submodule contains classes that mock retracker functionality. Classes ------- .. autoapisummary:: pysiral.retracker.mock.SGDRMultipleElevations Module Contents --------------- .. py:class:: SGDRMultipleElevations(*args, **kwargs) Bases: :py:obj:`pysiral.l2proc.procsteps.Level2ProcessorStep` A processing step that computes elevation from a set of already retracked ranges and sets these as auxiliary variables NOTE: This step is only useful if the retracked ranges can be taken from a L2/SGDR file Also, if any corrections to the elevations are to be maded, the elevation parameter names have to be added as target_variables in the corresponding L2 processor steps .. py:method:: execute_procstep(l1b, l2) Computes elevations from pre-defined retrackers :param l1b: :param l2: :return: error_status_flag .. py:property:: target_retrackers .. py:property:: l2_input_vars .. py:property:: l2_output_vars .. py:property:: auxid_fmt .. py:property:: error_bit