NormShapes

Contents

NormShapes#

class mrinufft.trajectories.utils.NormShapes(value)[source]#

Bases: FloatEnum

Enumerate shape norms.

Methods

conjugate

Return self, the complex conjugate of any float.

as_integer_ratio

Return integer ratio.

fromhex

Create a floating-point number from a hexadecimal string.

hex

Return a hexadecimal representation of a floating-point number.

is_integer

Return True if the float is an integer.

Attributes

real

the real part of a complex number

imag

the imaginary part of a complex number

L1

L2

LINF

SQUARE

CUBE

CIRCLE

SPHERE

DIAMOND

OCTAHEDRON