get_full_output_locs_inside_mask¶

get_full_output_locs_inside_mask(full_output_locs, mask_bounds, output_shape)[source]¶

Get full output locations within the mask.

This function helps build a set of location within mask bounds.

Mask bounds need to be padded to dask array at the end of the run.

Parameters:
Return type:

tuple[ndarray, tuple[int, int, int, int], tuple[int, int]]