The module was developed as a script for Micro-Manager, a widely used open-source microscopy software, and as a GUI macro for Zen Blue, the proprietary Zeiss microscopy software. The Streamlined TFM module (Fig. 1c) computes the traction stress from the acquired TFM videos using Digital ...
final ImageStack currentImageStack = currentImage.getImageStack(); new ImagePlus(currentImage.getTitle(), currentImageStack.getProcessor(1)); final ImageStack newStack = newImage.getStack(); newStack.setSliceLabel(currentImageStack.getSliceLabel(1), 1); for (int i = 2; i <= currentImage...