spatial_func#
- property NDImageSlicer.spatial_func: Callable[[ArrayProtocol], ArrayProtocol] | None#
Get or set the spatial function which is applied on the data slice after the window functions. It is given the slice in
display_dimsorder, i.e. the array as it is rendered, and must return an array with those same dims.