punchbowl.level2.flow#

Attributes#

Functions#

level2_core_flow(→ list[ndcube.NDCube])

Level 2 core flow.

Module Contents#

punchbowl.level2.flow.ORDER = ['PM1', 'PZ1', 'PP1', 'PM2', 'PZ2', 'PP2', 'PM3', 'PZ3', 'PP3', 'PM4', 'PZ4', 'PP4']#
punchbowl.level2.flow.level2_core_flow(data_list: list[str] | list[ndcube.NDCube], voter_filenames: list[list[str]], trefoil_wcs: astropy.wcs.WCS | None = None, trefoil_shape: tuple[int, int] | None = None, output_filename: str | None = None) list[ndcube.NDCube]#

Level 2 core flow.

punchbowl.level2.flow.filenames#