NIPY logo

Site Navigation

NIPY Community

Table Of Contents

Previous topic

io.imageformats.batteryrunners

Next topic

io.imageformats.compat

This Page

io.imageformats.binaryheaders

Module: io.imageformats.binaryheaders

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

BinaryHeader

class nipy.io.imageformats.binaryheaders.BinaryHeader

Bases: nipy.io.imageformats.headers.Header

__init__()

x.__init__(...) initializes x; see help(type(x)) for signature