Ignore:
Timestamp:
17/01/09 00:55:20 (3 years ago)
Author:
Paul Kienzle
Message:

Improve handling of CDF0.0 and other HDF4 problems. Refs #149.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bindings/python/nxstest.py

    r1171 r1172  
    4545        print "%(prefix)s@%(attr)s: %(value)s" % locals() 
    4646    for name,nxclass in file.entries(): 
    47         if nxclass.startswith("CDF"): continue # Root has an extra CDF class 
    4847        if nxclass == "SDS": 
    4948            shape,dtype = file.getinfo() 
Note: See TracChangeset for help on using the changeset viewer.