sigpy.linop.Slice¶
-
class
sigpy.linop.Slice(ishape, idx)[source]¶ Slice input with given index.
Given input input and index idx, returns input[idx].
Parameters: - ishape (tuple of ints) – Input shape.
- idx (slice or tuple of slices) – Index.
Methods
__init__(ishape, idx)Initialize self. apply(input)Apply linear operation on input. Attributes
HReturn adjoint linear operator. NReturn normal linear operator.