Custom Equation

Custom equations can be effectively used to enhance your captured / live images. To add a custom equation to a live image, run Applications > Ratio, Ca2+, FRET > Add New Equation View on Live. The following sections show some common and useful custom equations.

Copy image

The equation Current is just a simple copy of the current image / channel. Applying custom LUTs only to this image can help with the visualization.

Inverted image

Equation -Current simply inverts the current image / channel. Often it is easier to see small details in the inverted mode.

Gamma image

Equation pow(Current,0.5) can create a gamma image.

Difference image

Equation Current-Previous displays only moving objects in black and white colors. The distance moved per frame can be easily seen - white shows the current position and black is the previous position. Static objects are removed from the image.

This equation can be modified to see only moving objects in white color: Average[+4..+6]-Average[+0..+3]. Here average is used for image smoothing.

Another way to hide static objects and display only the moving ones is to subtract average of all frames from the current frame. Use this equation: Current-Average. This can also shade-correct the image in some cases.

Increasing intensity image

Maximum intensity projection that is increasing frame by frame can be used to visualize the movement of objects. Try the following equation: Maximum[-90..+0]. Range should be set to Relative.