Batch Reprojecting images via EASI using REPROJ.EAS REPROJ.EAS is an EASI script to batch process reprojecting images and at the same time performing a file format conversion. This script support UTM, Lat/Long, SPCS, and user defiend projections such as LCC. 1) Specifying which files to process. The script uses an ASCII file called filelist.txt which contains the list of files to process. The format of the file is : ... ... ... ... Here is an example : c:\data\tom\masterproj.tif c:\data\tom\pct.tif c:\data\tom\llpct.tif c:\data\tom\3band.pix c:\data\tom\ll3band.tif c:\data\tom\test1.jpg c:\data\tom\lltest1.tif If the line in the filelist.txt file only contains one entry. This image contains the georeferencing information that the images to be reprorjected will be reprojected to. In the above example, the file "c:\data\tom\masterproj.tif" contains the output projection. Any GDB supported file can be used for the source projection or a new image file can be created using the PCI software. If the line in the filelist.txt file contains two entries, then the first entry is the input iamge to be reprojected and the second entry is the destination image file. The filelist.txt file will have at least one section of input image projection followed by the list of input and output images, one on each line. If projectioning to more than one projection than simply have a section for each different output projection. 2) Specifying the output image type and source directory The script contains the following lines: Rem !!!!!!! This must be set to indicate the type of file to export Rem and also the directory for the necessary files sOutputType = "TIF" sDirectory = NormalizePath( "c:\data\tom\" ) The parameters sOutputType is the output image format and the sDirectory is the directory where the filelist.txt is located. 3) Running the script To execute the script run EASI by typing EASI at the command prompt. At the EASI prompt, run the script by typing run