Pipeline¶
- class Pipeline(context: str | None = None, loglevel: str = 'info', casa_version_check: bool = True, name: str | None = None, plotlevel: str = 'default', path_overrides: dict | None = None, processing_intents: dict | None = None)[source]¶
Bases:
objectEntry point for initializing the pipeline.
Responsible for creating new Context objects and loading saved Contexts from disk.
- context¶
Context object containing the Pipeline state information.
Methods Summary
close()Save a pickle of the Pipeline Context to a file.
Methods Documentation