rprof(
rproffile: Path,
) -> tuple[dict[int, DataFrame], DataFrame | None]
Extract radial profiles data.
Parameters:
| Name |
Type |
Description |
Default |
rproffile
|
Path
|
path of the rprof.h5 file.
|
required
|
Returns:
| Name | Type |
Description |
profs |
dict[int, DataFrame]
|
a dict mapping istep to radial profiles.
|
times |
DataFrame | None
|
the time indexed by time steps.
|