// Delete ImageJ/plugins/jars/BeanShell.jar and restart ImageJ if // this script takes more than a few seconds to run. ImageJ will // download a faster version the next time you run a BeanShell script. import ij.process.FloatProcessor; import ij.IJ; import ij.ImagePlus; t0 = System.currentTimeMillis(); size = 512; ip = new FloatProcessor(size,size); for (int y=0; y