idstools.view.edge_profiles

Module Contents

class idstools.view.edge_profiles.EdgeProfilesView(edge_profile_ids=None)[source]
edge_profiles_compute
show_info_on_plot(ax, info: str = '')[source]
view_electrons_density(ax, time_slice, show_separatrix=False)[source]

The function view_electrons_density plots the electron density on a rectangular grid and adds a separatrix line.

Parameters:
ax

The parameter “ax” is an instance of the matplotlib Axes class. It represents the axes on which the electron density plot will be drawn.

time_slice

The time_slice parameter represents the time slice at which the neutral density will be plotted. It is an optional parameter with a default value of 0. Defaults to 0

Returns:

the pcolormesh object ‘c’.

view_equatorial_plane_and_diverter_density(ax, time_slice, logscale=False)[source]
view_ion_density(ax, time_slice, show_separatrix=False)[source]

The function view_ion_density plots the ion density on a rectangular grid and adds a separatrix line.

Parameters:
ax

The parameter “ax” is an instance of the matplotlib Axes class. It represents the axes on which the ion density plot will be drawn.

time_slice

The time_slice parameter represents the time slice at which the neutral density will be plotted. It is an optional parameter with a default value of 0. Defaults to 0

Returns:

the pcolormesh object ‘c’.

view_neutral_density(ax, time_slice, show_separatrix=False)[source]

The function view_neutral_density plots the neutral density on a rectangular grid and adds a separatrix line.

Parameters:
ax

The parameter “ax” is an instance of the matplotlib Axes class. It represents the axes on which the plot will be drawn.

time_slice

The time_slice parameter represents the time slice at which the neutral density will be plotted. It is an optional parameter with a default value of 0. Defaults to 0

Returns:

the pcolormesh object ‘c’.

static view_plasma_composition_with_species_concentration(ids_object, slice_index=0, print_data=False)[source]

Nice display of plasma composition with species concentrations

idstools.view.edge_profiles.logger