Skip to content

Reference XYZAnimation XYZAnimation.get_range

XYZAnimation.get_range

get_range(index)

Returns XYZAnimation object of selected range of images.

Parameters:

  • index (tuple[int, int] | slice) –

    [start, stop] similar to indexing list by list[start:stop]. Does not accept step argument in slice object.

Returns:

  • XYZAnimation

    XYZAnimation object of the selected range of images.