iarray.IArray.get_orthogonal_selection#
- IArray.get_orthogonal_selection(selection)#
Retrieve data by making a selection for each dimension of the array.
- Parameters
selection¶ (list) – The selection for each dimension. It can be either an integer (indexing a single item), a slice or an array of integers.
- Returns
out
- Return type
Notes
This function can also be replaced by self.oindex[selection].
See also