Skip to content

alexschw/ArrayViewer

Repository files navigation

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). This data can than be plotted as a standard plot, image or 3d/4d representation.

Usage

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. A detailed description is available at https://arrayviewer.readthedocs.io

Dependencies

The ArrayViewer requires the following python-packages:

  • PyQt5
  • numpy
  • scipy
  • h5py
  • matplotlib
  • Pillow
  • natsort

About

View different arrays, loaded from a file (data, hdf5, mat, npy, txt). Reshape them, and save the figures to a file (png, jpg, pdf)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages