SMART header class
|
Methods
|
|
Scan SetCounts SetMaxxy SetMinMax SetNover SetNpixelb __len__ __repr__
|
|
|
Scan
|
Scan ( self, s )
|
|
|
SetCounts
|
SetCounts (
self,
counts,
monitor=None,
)
|
|
|
SetMaxxy
|
SetMaxxy (
self,
maxx,
maxy,
)
|
|
|
SetMinMax
|
SetMinMax (
self,
min,
max,
)
|
|
|
SetNover
|
SetNover (
self,
nunder,
nover2,
nover4,
)
|
|
|
SetNpixelb
|
SetNpixelb (
self,
imagesize,
undersize,
)
|
|
|
__len__
|
__len__ ( self )
The number of bytes in the file representation |
|
|
__repr__
|
__repr__ ( self )
Turn myself into the file representation |
|