reconcile

method of dascore.workflow.processor.PatchProcessor source

reconcile(
    self ,
    data ,
    meta: PatchMeta ,
)-> ‘PatchMeta’

Return the metadata the data actually turned out to have.

Defining this says the operation cannot be fused: it is the one step which has to see both halves at once. The default only carries the data’s dtype back, since a kernel may promote.