-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |