MARCCD image reader
|
Methods
|
|
Read ReadFile __init__
|
|
|
Read
|
Read ( self, filename )
Send the image in filename down the client sink |
|
|
ReadFile
|
ReadFile (
self,
file,
filename,
)
Send the image in the open file file down the client sink
|
Exceptions
|
|
ValueError( "Probably incomplete frame read from MAR CCD file" )
|
|
|
|
__init__
|
__init__ ( self, sink )
Requires one argument: the destination image sink.
|
|