Submodule: stacks¶
Deinterleave¶
Pixel_binning¶
Frame_binning¶
Resize¶
Trim¶
-
class
flika.process.stacks.
Trim
¶ trim(firstFrame, lastFrame, increment=1, delete=False, keepSourceWindow=False)
This creates a new stack from the frames between the firstFrame and the lastFrame
Parameters: - firstFrame (int) – The index of the first frame in the stack to be kept.
- lastFrame (int) – The index of the last frame in the stack to be kept.
- increment (int) – if increment equals i, then every ith frame is kept.
- delete (bool) – if False, then the specified frames will be kept. If True, they will be deleted.
Returns: newWindow
ZProject¶
-
class
flika.process.stacks.
ZProject
¶ zproject(firstFrame, lastFrame, projection_type, keepSourceWindow=False)
This creates a new stack from the frames between the firstFrame and the lastFrame
Parameters: Returns: newWindow
Image_calculator¶
-
class
flika.process.stacks.
Image_calculator
¶ ###image_calculator(window1,window2,operation,keepSourceWindow=False)
This creates a new stack by combining two windows in an operation
Parameters: Returns: newWindow