Tools/HDFView

- build-block added
This commit is contained in:
2017-11-20 17:42:24 +01:00
parent cf7b8ceaf1
commit ac7ed897e0
3 changed files with 25 additions and 0 deletions

5
Tools/HDFView/HDFView Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
declare -r bindir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
exec "${bindir}/../libexec/hdfview.sh" 1> /dev/null 2>&1 &

0
Tools/HDFView/README.md Normal file
View File

20
Tools/HDFView/modulefile Normal file
View File

@@ -0,0 +1,20 @@
#%Module1.0
module-whatis "viewer for HDF files"
module-url "https://www.hdfgroup.org/downloads/hdfview/"
module-license "see \$HDFVIEW_DIR/share/doc/COPYING"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
HDFView is a visual tool written in Java for browsing and editing HDF
(HDF5 and HDF4) files. Using HDFView, you can:
- View a file hierarchy in a tree structure
- Create new files, add or delete groups and datasets
- View and modify the content of a dataset
- Add, delete and modify attributes
HDFView uses the Java HDF Object Package, which implements HDF4 and HDF5
data objects in an object-oriented form.
"