Pipeline

class Pipeline(context=None, loglevel='info', casa_version_check=True, name=None, plotlevel='default', path_overrides=None, processing_intents=None)[source]

Bases: object

Entry point for initializing the pipeline.

Responsible for creating new Context objects and loading saved Contexts from disk.

Parameters:
  • context (str | None)

  • loglevel (str)

  • casa_version_check (bool)

  • name (str | None)

  • plotlevel (str)

  • path_overrides (dict | None)

  • processing_intents (dict | None)

context

Context object containing the Pipeline state information.

Methods Summary

close()

Save a pickle of the Pipeline Context to a file.

Methods Documentation

close()[source]

Save a pickle of the Pipeline Context to a file.

Return type:

None