Differences between revisions 6 and 7
Revision 6 as of 2014-04-13 17:34:29
Size: 647
Editor: EricPalmer
Comment:
Revision 7 as of 2014-04-21 13:03:37
Size: 872
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
3.7 Uses a map and a seed file to build a suite of lithos scripts to generate images 5.12 Uses a map and a seed file to build a suite of lithos scripts to generate images
Line 12: Line 12:
Set up a map that shows what needs to be done (everything) Set up a map that shows what needs to be done. We are using a slightly offset bigmap, so that we create a smaller number of new landmarks (1/2 day) rather than 360 (2 days). Method is actually "stronger" because it shows that existing landmarks will cause the program to skip them.
Line 15: Line 15:
REFMAP
0, .04
NEXTMP
0, .03
Line 30: Line 30:
cp MAPFILES/REFMAP.MAP MAPFILES/XXXXXX.MAP cp MAPFILES/NEXTMP.MAP MAPFILES/XXXXXX.MAP
Line 39: Line 39:
About 360 INN files About 88 INN files

["Test Files"]

Overview

5.12 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. We are using a slightly offset bigmap, so that we create a smaller number of new landmarks (1/2 day) rather than 360 (2 days). Method is actually "stronger" because it shows that existing landmarks will cause the program to skip them.

/usr/loca/bin2/map_coverage
NEXTMP
0, .03

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/NEXTMP.MAP MAPFILES/XXXXXX.MAP
cp ../support/XXX020.SEED .
/usr/local/bin2/make_scriptT

Output

About 88 INN files

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