Documentation of the ArrayViewer 1.0.7

What is the ArrayViewer?

The ArrayViewer is a tool to visualize data from different sources in a unified tool. It can load files containing different data structures (data, hdf5, mat, numpy, txt) and images (png, jpg, …) using PIL. This data can than be plotted as a standard plot, image or 3d/4d representation.

Getting Started

To install the Arrayviewer simply run pip3 install ArrayViewer. Once installed you can run aview to start the application. You can append the name of one or more files you want to open, to load them directly.