|
|
|
read(self,
fname,
frame=0)
Read in header into self.header and the data into self.data |
source code
|
|
|
_makeframename(self)
The thing to be printed for the user to represent a frame inside a
file |
source code
|
|
|
_readframe(self,
filepointer,
img_num)
# Load only one image from the sequence # Note: the first image in
the sequence 0 # raises an exception if you give an invalid image #
otherwise fills in self.data |
source code
|
|
|
write(self,
fname,
force_type=<type 'numpy.uint16'>)
Not yet implemented |
source code
|
|
|
|
|
|
|
|
Inherited from fabioimage.fabioimage :
__init__ ,
add ,
getheader ,
getmax ,
getmean ,
getmin ,
getstddev ,
integrate_area ,
make_slice ,
readheader ,
rebin ,
resetvals ,
toPIL16 ,
update_header
|