imas_paraview.convert.InterpSettings

class imas_paraview.convert.InterpSettings(n_plane: int = 0, phi_start: float = 0.0, phi_end: float = 0.0)

Bases: object

Data class containing Fourier interpolation settings.

__init__(n_plane: int = 0, phi_start: float = 0.0, phi_end: float = 0.0)

Methods

__init__([n_plane, phi_start, phi_end])

Attributes

n_plane

Number of interpolation planes

phi_end

Angle of the last plane (in degrees)

phi_start

Angle of the first plane (in degrees)

n_plane : int = 0

Number of interpolation planes

phi_end : float = 0.0

Angle of the last plane (in degrees)

phi_start : float = 0.0

Angle of the first plane (in degrees)


Last update: 2026-03-11