Differences between revisions 4 and 7 (spanning 3 versions)
Revision 4 as of 2014-02-27 12:12:57
Size: 637
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:
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 14: Line 14:
/usr/loca/bin/map_coverage
REFMAP
0, .04
/usr/loca/bin2/map_coverage
NEXTMP
0, .03
Line 21: Line 21:
/usr/local/bin/make_tilefile > tmp.txt /usr/local/bin2/make_tilefile > tmp.txt
Line 30: Line 30:
cp MAPFILES/REFMAP.MAP MAPFILES/XXXXXX.MAP
cp support/XXX020.SEED .
/usr/local/bin/make_scriptT
cp MAPFILES/NEXTMP.MAP MAPFILES/XXXXXX.MAP
cp ../support/XXX020.SEED .
/usr/local/bin2/make_scriptT
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)