Inheritance diagram for nipy.io.imageformats.binaryheaders:
Binary headers differ from headers in that they are represented internally with a numpy structured array
This binary representation means that there are additional properties and methods:
Properties:
.endianness (read only)
.binaryblock (read only)
.structarr (read only)
Methods:
.as_byteswapped(endianness)
and class methods:
.from_string
.diagnose_binaryblock
Bases: nipy.io.imageformats.headers.Header
x.__init__(...) initializes x; see help(type(x)) for signature