nmrglue.analysis.analysisbase.ndwindow_inside_index

class nmrglue.analysis.analysisbase.ndwindow_inside_index(shape, wsize)[source]

An N-dimensional interator object which returns the index of the window top-left and a ndwindow_inside slice array.

Similar to ndwindow_index but reports top left index of window.

See ndwindow_inside and :py:class`ndwindow_index` for addition documentation.

__init__(shape, wsize)[source]

Set up the object

Methods

__init__(shape, wsize) Set up the object
next(() -> the next value, or raiseStopIteration)

Previous topic

nmrglue.analysis.analysisbase.ndwindow_inside

Next topic

nmrglue.helpers

This Page