cherab.imas.ids.common.species.ProfileDataΒΆ
-
class cherab.imas.ids.common.species.ProfileData(species: SpeciesData, density: ndarray[tuple[Any, ...], dtype[float64]] | None =
None, density_thermal: ndarray[tuple[Any, ...], dtype[float64]] | None =None, density_fast: ndarray[tuple[Any, ...], dtype[float64]] | None =None, temperature: ndarray[tuple[Any, ...], dtype[float64]] | None =None, velocity: VelocityData | None =None)SourceΒΆ Bases:
objectDataclass for storing the profile data of a species.
Methods
Attributes
Density (thermal+non-thermal) [m^-3].
Density of fast (non-thermal) particles [m^-3].
Density (thermal) [m^-3].
Temperature [eV].
Bulk velocity data of the species.
Data of the species.
- species : SpeciesDataΒΆ
Data of the species.
-
density : ndarray[tuple[Any, ...], dtype[float64]] | None =
NoneΒΆ Density (thermal+non-thermal) [m^-3].
-
density_thermal : ndarray[tuple[Any, ...], dtype[float64]] | None =
NoneΒΆ Density (thermal) [m^-3].
-
density_fast : ndarray[tuple[Any, ...], dtype[float64]] | None =
NoneΒΆ Density of fast (non-thermal) particles [m^-3].
-
velocity : VelocityData | None =
NoneΒΆ Bulk velocity data of the species.