ocssw
V2022
|
processor.py
Go to the documentation of this file.
52 print('Error! Could not locate {0} target type in {1} rule set.'.format(self.target_type, str(self)))
57 print('Error! Could not locate {0} target type in {1} rule set.'.format(other.target_type, str(other)))
Definition: processor.py:13
def __init__(self, sensor, ruleset, program, par_data, out_dir)
Definition: processor.py:19
def requires_batch_processing(self)
Definition: processor.py:125
def _find_required_types(self)
Definition: processor.py:84
def _get_applicable_rules(self, ruleset)
Definition: processor.py:88