align_patch_coords

function of dascore.utils.patch source

align_patch_coords(
    patch1: Patch ,
    patch2: Patch ,
)-> ‘tuple[PatchType, PatchType]’

Align patches so they have compatible attrs and data broadcast together.

Parameters

Parameter Description
patch1 The first patch.
patch2 The second patch.