You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

pypion

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pypion

Python package to open Silo data files from PION

1.1.0
PyPI
Maintainers
1

Python Library for PION

Created - 26|08|2019, Modified - 31|05|2022

Welcome to the Python Library that does post-processing on the .Silo simulation data files outputted from PION. The library works on nested-grid and uniform-grid, and 3D and 2D Silo files.

The relevant files can be found in src/pypion. You can use PlotData.py as a test script, it can call a 2D and a 3D function from PlottingClasses.py. See comments insted the python script on how to use it and change for your needs.

Install via pip:

You can now install PyPion via PyPi:

  • Just run python3 -m pip install pypion

In some cases you may need to use sudo or install pip with: sudo apt install python3-pip

*Note: This is still in testing phase so errors may occur when installing. Please report problems to green@cp.dias.ie

Install Silo package for python3:

The install script for Silo can be found at /src/silo/ in this repository. Please download it to ~/.local/silo on your computer and install it there using bash install_silo.sh

Info on how to get started

Developers/Maintainers:

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts