Git Product home page Git Product logo

hdf5manager's Introduction

hdf5 Data Manager

The hdf5 Data Manager can be used for viewing, displaying and analyzing data as well as viewing attributes stored in the hdf5 format. The viewer is generic and supports any data structure stored in the hdf5 format.

Features

  • Groups, Data-sets and Attributes of hdf5 files in a directory can be viewed. File size, Group member number and Data-set shape are read out and displayed.
  • Attributes and their type are displayed.
  • Data can be plotted as generic plot, time-series, spikes and 3D plot (3rd dimension as color code).
  • Data can be send to an iPython console which allows further analysis, manipulation or displaying.

Main Window

alt text

Session with plotting and iPython console.

alt text

Built

The graphical user interface (hdf5_manager.ui) is built in Qt Designer (Version 4.8.6). The interface file (hdf5_manager.py) is generated with

pyuic4 hdf5_manager.ui -o hdf5_manager.py

Usage

The hdf5 Data Manager itself is started with

python h5_manager.py

Requires

Besides standard python packages such as numpy, time, sys etc., the following packages are required :

  • h5py
  • PyQt4
  • glob
  • matplotlib
  • IPython

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.