centered_mask# centered_mask(arr, new_shape)[source]# Mask the centered portion of an array based on a new shape. Parameters: arrBackendArrayInput data. new_shapetuple of intsDesired shape for the mask. Returns: BackendArrayArray with central portion unmasked and the rest set to 0.