pyvlasiator
Lightweight Python package for processing Vlasiator data, alternative to Analysator.
Installation
pyvlasiator
can be installed via
python -m pip install pyvlasiator
Usage
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.
License
pyvlasiator
was created by Hongyang Zhou. It is licensed under the terms of the MIT license.