Login  Register

Flip Horizonatally or Vertically Missing slices

Posted by mnqslbs2 on Mar 11, 2009; 11:28am
URL: http://imagej.273.s1.nabble.com/Flip-Horizonatally-or-Vertically-Missing-slices-tp3693381.html

Hello All,

I have a basic start up macro to flip a stack either horizontally or vertically to going through menus all the time:


macro "Flip Left...[l]" {
run("Flip Horizontally", "stack");
}


However there seems to be a problem as the macro runs fine but when I scroll through the stack there are the occasional slices that have not been flipped, this is really annoying and I can't see why this would happen.  Any ideas?

I'm running Image J 1.42k
Java 1.6.0_10 (32-bit)
Win Xp Pro, 2GB Ram, 1.83Ghz Intel Core 2 Duo

I hope someone can help as this is slowing me down big time.

Cheers

Ben