patch_from_fill

function of dascore.utils.patch_assembly source

patch_from_fill(
    coords: CoordManager ,
    row: Mapping ,
    plan_dim: str ,
    fill_value ,
)-> ‘dc.Patch’

The all-fill patch an output row with no members describes.

A window lying wholly inside a bridged hole has no source to read from, so its samples are all the fill value. It must still look like the outputs beside it, though: coords is a sibling’s coordinates, which is what states the values, dtypes and units of every dimension this plan did not chunk. Only the chunked dimension comes from the row, which is the window the plan advertised.