Differences between revisions 5 and 6
Revision 5 as of 2014-04-07 18:25:10
Size: 643
Editor: EricPalmer
Comment:
Revision 6 as of 2014-04-13 17:34:29
Size: 647
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Uses a map and a seed file to build a suite of lithos scripts to generate images 3.7 Uses a map and a seed file to build a suite of lithos scripts to generate images

["Test Files"]

Overview

3.7 Uses a map and a seed file to build a suite of lithos scripts to generate images

Output will be exact (diff)

Input

Set up a map that shows what needs to be done (everything)

/usr/loca/bin2/map_coverage
REFMAP
0, .04

Make the tilefile

/usr/local/bin2/make_tilefile > tmp.txt
n

Run make_script

echo "XXXXXX" > make_scriptT.in
echo "XXX020.SEED" >> make_scriptT.in
cat tmp.txt >> make_scriptT.in
cp MAPFILES/REFMAP.MAP MAPFILES/XXXXXX.MAP
cp ../support/XXX020.SEED .
/usr/local/bin2/make_scriptT

Output

About 360 INN files

do_make_scriptT (last edited 2015-05-06 11:15:25 by localhost)