Skip to content

tracers

tracers

tracers(
    tracersfile: Path,
) -> dict[str, list[NDArray[np.floating]]] | None

Extract tracers data.

Parameters:

Name Type Description Default
tracersfile Path

path of the binary tracers file.

required

Returns:

Type Description
dict[str, list[NDArray[floating]]] | None

Tracers data organized by attribute names and blocks.