get#
- async NDImageSlicer.get(indices)[source]#
Get the data at the given index, process data through the window functions.
Note that we do not use __getitem__ here since the index is a tuple specifying a single integer index for each dimension. Slices are not allowed, therefore __getitem__ is not suitable here.