postprocessor.core.abc.get_process

get_process(process, suffix='')[source]

Dynamically import a process class from the available process locations. Assumes process filename and class name are the same

Processes return the same shape as their input. MultiSignal either take or return multiple datasets (or both). Reshapers return a different shape for processes: Merger and Picker belong here.

suffixstr

Name of suffix, generally “” (empty) or “Parameters”.

Return type

PostProcessABC