Skip to content

Commit

Permalink
Added readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
subhacom committed Aug 1, 2012
1 parent b433ef5 commit 125faba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
dataviz is a GUI utility for viewing HDF5 datasets.

It is written in Python. It uses PyQt4 for PyQwt5 for GUI. h5py for
reading HDF5 files. numpy is used for array/matrix data structures.

It was developed for analyzing neuronal simulation data saved in a
custom format. But the interface is generic enough to display simple
HDF5 files. The tools are totally for neuronal data analysis. But the
plan is to make it a more general tool.

0 comments on commit 125faba

Please sign in to comment.