sigpy.linop.FiniteDifference

sigpy.linop.FiniteDifference(ishape, axes=None)[source]

Linear operator that computes finite difference gradient.

Parameters:
  • ishape (tuple of ints) – Input shape.
  • axes (tuple or list) – Axes to circularly shift. All axes are used if None.