This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//ImageJ macro making a movie (stack) of zooming on selected rectangle (ROI) | |
//v2 Eugene Katrukha katpyxa at gmail.com | |
//v2a Andrey Aristov: aaristov at pasteur.fr | |
//v3a Dave Mason: dnmason at liv.ac.uk [Liverpool Centre for Cell Imaging] | |
requires("1.48h"); | |
//check if there is rectangular selection | |
if(selectionType() !=0){exit("Please choose rectangular selection (ROI) first.");} | |
sTitle=getTitle(); |