imas_paraview.plugins.profiles_1d_mapper.Profiles1DMapper

class imas_paraview.plugins.profiles_1d_mapper.Profiles1DMapper(*args: Any, **kwargs: Any)

Bases: VTKPythonAlgorithmBase

Filter that maps 1d profiles onto a 2D poloidal flux grid. This filter takes 2 inputs: - A poloidal flux (Psi) from a GGD. i.e. from GGD Reader/JOREK Reader (input 0) - A 1D profile from the 1DProfilesReader. (input 1) The 1DProfilesReader must output at least the Psi grid coordinate, and can output any number of 1D profiles.

__init__()

Methods

FillInputPortInformation(port, info)

GetNumberOfProfile1DArrays()

GetProfile1DArrayName(idx)

GetProfile1DArrayStatus(*args)

RequestData(request, inInfoVec, outInfo)

SetProfile1D(array, status)

Select all or a subset of available 1d_profiles to load.

__init__()

SetProfile1D(array, status)

Select all or a subset of available 1d_profiles to load.


Last update: 2026-03-11