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: object

Dataclass for storing the profile data of a species.

Methods

Attributes

density

Density (thermal+non-thermal) [m^-3].

density_fast

Density of fast (non-thermal) particles [m^-3].

density_thermal

Density (thermal) [m^-3].

temperature

Temperature [eV].

velocity

Bulk velocity data of the species.

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].

temperature : ndarray[tuple[Any, ...], dtype[float64]] | None = NoneΒΆ

Temperature [eV].

velocity : VelocityData | None = NoneΒΆ

Bulk velocity data of the species.