Differences between revisions 4 and 5
Revision 4 as of 2015-11-24 14:04:42
Size: 772
Editor: JohnWeirich
Comment:
Revision 5 as of 2015-11-24 14:07:44
Size: 1120
Editor: JohnWeirich
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:

== Creating Images ==
{{{
sh makeImages.sh
}}}

This will make a .RAW files and place it in TEMPLATES. makeImages.sh should have an "exit" at the end of the loop which will make it generate one .RAW file and then stop. Once you have confirmation that the script is working you can comment out the "exit" so the rest of the script will run.

Imager_MG

Setup

  • To make images you'll first need the following directories/files in your working directory:

Directories:

  • TEMPLATES/ <- Empty (this is where the .RAW files will be placed)

  • IMAGEFILES/ <- Empty

  • SUMFILES/ <- Filled (you'll need to copy these files or generate new ones)

  • MAPFILES/ <- Filled (these .MAP files will be used to generate the images)

Files:

  • MAPLIST.TXT <- Contains a list of all of the .MAP files. (Needs an "END" at the end of the file, and possibly an extra blank line after "END")

  • img-list <- Contains a list of all the image names. (Can be built from the .SUM file list. No need for an "END.")

  • makeImages.sh and viewImages.sh <- need to get these from EEP

Creating Images

sh makeImages.sh

This will make a .RAW files and place it in TEMPLATES. makeImages.sh should have an "exit" at the end of the loop which will make it generate one .RAW file and then stop. Once you have confirmation that the script is working you can comment out the "exit" so the rest of the script will run.

Imager_MG (last edited 2021-10-07 09:59:43 by EricPalmer)