Changeset 1269
- Timestamp:
- Apr 18, 2013 10:40:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified hdf5_examine/src/Hdf5Examine/h5toText.py ¶
r1268 r1269 1 1 #!/usr/bin/env python 2 2 3 ''' 4 Print the structure of an HDF5 file to stdout 5 6 $Id$ 7 ''' 3 '''Print the structure of an HDF5 file to stdout''' 4 5 6 __version__ = '$Id$' 8 7 9 8 … … 308 307 except: 309 308 print 310 print "SVN: $Id$"309 print "SVN: " + __version__ 311 310 print "usage: ", sys.argv[0], " [-n ##] HDF5_file_name [another_HDF5_file_name]" 312 311 print " -n ## : limit number of displayed array items to ## (must be 3 or more or 'None')"
Note: See TracChangeset
for help on using the changeset viewer.