Skip to main content

Visualization tools for openPMD files

Project description

Build Status master Build Status dev pypi version License

Overview

This package contains a set of tools to load and visualize the contents of a set of openPMD files (typically, a timeseries).

The routines of openPMD-viewer can be used in two ways :

  • Use the Python API, in order to write a script that loads the data and produces a set of pre-defined plots.

  • Use the interactive GUI inside the Jupyter Notebook, in order to interactively visualize the data.

Usage

Tutorials

The notebooks in the folder tutorials/ demonstrate how to use both the API and the interactive GUI. You can view these notebooks online here.

You can also download and run these notebooks on your local computer (when viewing the notebooks with the above link, click on Raw to be able to save them to your local computer). In order to run the notebook on your local computer, please install openPMD-viewer first (see below), as well as wget (pip install wget).

Notebook quick-starter

If you wish to use the interactive GUI, the installation of openPMD-viewer provides a convenient executable which automatically creates a new pre-filled notebook and opens it in a browser. To use this executable, simply type in a regular terminal:

openPMD_notebook

(This executable is installed by default, when installing openPMD-viewer.)

Installation

Installation on a local computer

Before installing openPMD-viewer, please make sure that h5py is installed on your local computer. (If you are using the Anaconda distribution, this can be done by typing conda install h5py. Otherwise, use pip install h5py, though this may require you to install hdf5 separately.)

Once h5py is installed, simply type

pip install openPMD-viewer

In addition, if you wish to use the interactive GUI, please type

pip install jupyter

Installation on a remote scientific cluster

If you wish to install the openPMD-viewer on a remote scientific cluster, please make sure that the packages numpy, scipy and h5py are available in your environment. This is typically done by a set of module load commands (e.g. module load h5py) – please refer to the documentation of your scientific cluster.

Then type

pip install openPMD-viewer --user

Note: The package jupyter is only required for the interactive GUI and thus it does not need to be installed if you are only using the Python API. For NERSC users, access to Jupyter notebooks is provided when logging to https://ipython.nersc.gov.

Contributing to the openPMD-viewer

We welcome contributions to the code! Please read this page for guidelines on how to contribute.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openPMD-viewer-0.3.0.tar.gz (30.4 kB view details)

Uploaded Source

Built Distribution

openPMD_viewer-0.3.0-py2.py3-none-any.whl (37.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file openPMD-viewer-0.3.0.tar.gz.

File metadata

File hashes

Hashes for openPMD-viewer-0.3.0.tar.gz
Algorithm Hash digest
SHA256 e43da315ff0608c9ed9c12f7912e6fd01af6a04be487748393406c89f953cd7b
MD5 5348422768384fd20eba08a57d8eb041
BLAKE2b-256 bc4576eb7913a2081e29a7fbd3f06b21cc247e49a20e219b72bb9f692bcc0d47

See more details on using hashes here.

File details

Details for the file openPMD_viewer-0.3.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for openPMD_viewer-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d6107aa68f6b69e13cd713bd6ee555b3bb446f3025e5ef95d47328206294797b
MD5 35b1d65d84a210f55e9bb639af2f60f3
BLAKE2b-256 d6ce3088b513ef99abc774b5658182c42e65c6b3d48557b2140a372fdc4eb037

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page