| imrename | images.imutil | imrename |
imrename -- rename one or more images
imrename oldnames newnames
The imrename task renames one or more images. The ordinary rename task cannot be used to rename images since an image may consist of more than one file.
1. Rename the image "pix" to "wfpc.1".
cl> imrename pix wfpc.1
2. Rename all the "nite1*" images as "nite1_c".
cl> imrename nite1.*.imh nite1%%_c%.*.imh
3. Move the images in logical directory "dd" to the current directory.
cl> imrename dd$*.imh .
4. Move the pixel files associated with the images in the current directory to a subdirectory "pix" of the current directory.
cl> reset imdir = HDR$pix/ cl> imrename *.imh .