SequenceSlice¶
-
class
ndcube.utils.sequence.
SequenceSlice
(sequence_index, common_axis_item)¶ Bases:
tuple
Define SequenceSlice named tuple of length 2. Its attributes are: sequence_index: an int giving the index of a cube within an NDCubeSequence. common_axis_item: slice of int index of to be to be applied to the common axis of the cube.