mrpro.phantoms.EllipseParameters

class mrpro.phantoms.EllipseParameters(center_x: float, center_y: float, radius_x: float, radius_y: float, intensity: float)[source]

Bases: object

Parameters of ellipse.

__init__(center_x: float, center_y: float, radius_x: float, radius_y: float, intensity: float) None