Lightweight Python package for processing Vlasiator data, alternative to Analysator.
pyvlasiator
can be installed via
python -m pip install pyvlasiator
pyvlasiator
can be used to process VLSV files generated from Vlasiator.
from pyvlasiator.vlsv import Vlsv
file = "test.vlsv"
meta = Vlsv(file)
Plotting is supported via Matplotlib. For more detailed usage, please refer to the documentation.
pyvlasiator
was created by Hongyang Zhou. It is licensed under the terms of the MIT license.