sigpy.estimate_shape

sigpy.estimate_shape(coord)[source]

Estimate array shape from coordinates.

Shape is estimated by the different between maximum and minimum of coordinates in each axis.

Parameters:coord (array) – Coordinates.