iarray.IArray.set_orthogonal_selection#
- IArray.set_orthogonal_selection(selection, value)#
Modify data via a selection for each dimension of the array.
- Parameters
selection¶ (int, slice or integer array.) – The selection for each dimension of the array.
value¶ (value or np.ndarray.) – Value to be stored into the array.
- Return type
None
Notes
This function can also be replaced by self.oindex[selection].
See also