pysiral.l1preproc.procitems =========================== .. py:module:: pysiral.l1preproc.procitems .. autoapi-nested-parse:: This module contains the basic functionality of Level-1 (pre-)processor items. A processor item is a class that is allowed to modify the Level-1 data object and can be called at different stages of the Level-1 pre-processor loop. The classes are initialized when the Level-1 processor is started and thus are allowed to map larger data sets to memory which are then applied for each Level-1 data set. Processing items can be anywhere in the pysiral namespace, but must inherit `pysiral.l1preproc.procitems.L1PProcItem` and overwrite the `apply(l1)` method, which receives the Level-1 data object as input. Level-1 processor items are instanced from the Level-1 pre-processor definition file (located in `pysiral/resources/pysiral-cfg/proc/l1`) and require an entry according to this format: ```yaml level1_preprocessor: ... options: ... processing_items: - label: