Thank you all for your kind help.
Firstly, it's IJ 1.46. How do I find out the Fiji version? As I said,
it's version of 07/05/2012.
Removing the trailing space in "Rotate..." might work - I have not
tried it.
I've upgraded both versions of Fiji. It turns out the syntax for
Rotate has changed:
before >>
run("Rotate... ", "angle=52 grid=1 interpolation=Bilinear stack");
after>>
run("TransformJ Rotate", "z-angle=52 y-angle=0 x-angle=0
interpolation=linear background=0.0 adjust");
That seem to fix it and works on both now.
All the best,
Nestor
On May 18, 7:37 pm, Johannes Schindelin <
Johannes.Schinde...@gmx.de>
wrote: