MAR header class
|
Methods
|
|
Scan SetOverflow __len__ __repr__
|
|
|
Scan
|
Scan ( self, s )
Read file representation of header into fields |
|
|
SetOverflow
|
SetOverflow (
self,
s,
numhighpix,
endian='<',
)
Store the overflow pixels |
|
|
__len__
|
__len__ ( self )
The number of bytes in the file representation |
|
|
__repr__
|
__repr__ ( self )
Turn myself into the file representation |
|