autowisp.processor module

Class Inheritance Diagram

Inheritance diagram of Processor

Define base class for all pipeline processing steps enforcing conventions.

class autowisp.processor.Processor(**configuration)[source]

Bases: object

Inheritance diagram of autowisp.processor.Processor

Providing and enforcing uniform interface for config, recovery, and logging.

__call__(**configuration)[source]

Add/overwrite any configuration parameters at time of processing.

__init__(**configuration)[source]

Prepare to process with the given configuration.

default_configuration = {}