A python package for post-processing and analysing StagYY outputs.
pypStag is a python package providing a set of tools and data structures to efficiently analyse the binary outputs generated by the mantle convection code StagYY.
Download pypStag from this page and unzip the archive. Then, move into the main directory of the package:
cd pypStag-master/
To link in a user module directory, use pip and run:
python -m pip install .
As you used pip for the installation, use it to uninstall the package. In a terminal, run:
pip uninstall pypStag
You can cite pypStag using the following APA style citation (update de commit ID):
Janin, A. (2025). pypStag: A python package for post-processing and analysing StagYY outputs. GitHub. https://github.com/AlexandrePFJanin/pypStag (commit XXXXXXX)
Or with the following bibTeX citation (update de commit ID):
@misc{pypStag,
author = {Janin, Alexandre},
title = {pypStag: A python package for post-processing and analysing StagYY outputs.},
year = {2025},
howpublished = {\url{https://github.com/AlexandrePFJanin/pypStag}},
note = {commit XXXXXXX}
}