macro rename files simple
Posted by inesica on
URL: http://imagej.273.s1.nabble.com/macro-rename-files-simple-tp5016330.html
Hello everybody. I would be very grateful if you could help me create a macro in image J:
- I open images in format (z000x_t000y, where y stays constant) that I want to save with a new name. I want to change the X value by adding or subtracting a certain value m (x+/-m). For example for z0005_t0000, z0006_t0000, z0007_t0000, if my m is -4, i would like to save the files as z0001_t0000, z0002_t0000, z0003_t0000 etc.
Thank you very much in advance for your help.