cherab.imas.ids.core_profiles.load_core_gridΒΆ

cherab.imas.ids.core_profiles.load_core_grid(grid_struct: IDSStructure) dict[str, ndarray | None]SourceΒΆ

Load grid properties of the core profiles.

The returned dictionary values for missing data are None.

Parameters:
grid_struct: IDSStructureΒΆ

The IDS structure containing the grid data for 1D profiles.

Returns:

Dictionary with the following keys: rho_tor_norm, psi, volume, area, surface.

Return type:

dict[str, np.ndarray | None]