pipeline.infrastructure.utils¶
The utils package contains a set of utility classes and functions that are useful to the pipeline framework and to tasks manipulating pipeline framework objects, Python data types, and CASA data types.
The utils package is intended to be free of any task-specific logic. Code that assumes knowledge or logic beyond that of the task-independent framework should be housed in the h.common package (or hif.common, hifv.common, hsd.common, etc. as appropriate).
Modules
The conversion module contains utility functions. |
|
The diagnostics module contains utility functions used to help profile the pipeline. |
|
The framework module contains: |
|
The imaging module contains utility functions used by the imaging tasks. |
|
Utilities used for correcting image center coordinates. |
|
The ppr module contains utility functions useful to PPR processing functions. |
|
The sorting module contains utility functions used to sort pipeline input and output. |
|
Tests for the sorting.py module. |
|
The utils module contains general-purpose uncategorised utility functions and classes. |
|
The sorting module contains utility functions used by the pipeline web log. |