sigpy.linop.Resize

class sigpy.linop.Resize(oshape, ishape, ishift=None, oshift=None)[source]

Resize linear operator.

Parameters:
  • oshape (tuple of int) – Output shape.
  • ishape (tuple of int) – Input shape
__init__(oshape, ishape, ishift=None, oshift=None)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(oshape, ishape[, ishift, oshift]) Initialize self.
apply(input) Apply linear operation on input.

Attributes

H Return adjoint linear operator.
N Return normal linear operator.