Dezinger an image.
Studies the multiple frames that form 1 image, and rejects the
pixel data affected by cosmic/radioactive events. On output,
only one frame is given per image. Normally that will be the
corrected sum of all input frames, but this can be changed
by calling the Mode() method before sending the image.
|
Methods
|
|
BeginImage EndImage Frame HeaderInfo Mode
|
|
|
BeginImage
|
BeginImage ( self )
Part of ImageSink protocol |
|
|
EndImage
|
EndImage ( self )
Part of ImageSink protocol |
|
|
Frame
|
Frame ( self, data )
Part of ImageSink protocol |
|
|
HeaderInfo
|
HeaderInfo ( self, header )
Part of ImageSink protocol |
|
|
Mode
|
Mode ( self, mode )
Select the output frame.
If mode=-1, the output frame will be the dezingered image;
i.e. the corrected sum of all input frames for an image.
If mode=0..n-1, the output frame will be input frame nr. mode,
with the first frame numbered 0. |
|