Submodule: math_¶
Subtract¶
Subtract_trace¶
-
class
flika.process.math_.
Subtract_trace
¶ subtract_trace(keepSourceWindow=False)
This takes the most recently plotted trace and subtracts it from each corresponding frame.
Returns: newWindow
Divide_trace¶
-
class
flika.process.math_.
Divide_trace
¶ divide_trace(keepSourceWindow=False)
This takes the most recently plotted trace and divides each pixel in the current Window by its value.
Returns: newWindow
Multiply¶
Divide¶
Power¶
Ratio¶
-
class
flika.process.math_.
Ratio
¶ ratio(first_frame, nFrames, ratio_type, black_level, keepSourceWindow=False)
Takes a set of frames, combines them into a 2D array according to ratio_type, and divides the entire 3D array frame-by-frame by this array.
Parameters: - first_frame (int) – The first frame in the set of frames to be combined
- nFrames (int) – The number of frames to be combined.
- ratio_type (str) – The method used to combine the frames. Either ‘standard deviation’ or ‘average’.
- black_level (float) – The value to subtract from the entire movie prior to the ratio operation.
Returns: newWindow
Class: Absolute_value .. autoclass:: Absolute_value