Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2014-02-26 11:02:30
Size: 694
Editor: EricPalmer
Comment:
Revision 8 as of 2015-05-06 11:15:25
Size: 872
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
["Test Files"] [[Test_Files]]
Line 3: Line 3:
= Overview =  = Overview =
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 10: Line 10:
= Input - stdin =  = Input =
Line 12: Line 12:
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 13: Line 14:
cp MAPFILES/REFMAP.MAP MAPFILES/XXXXXX.MAP
cp support/XXX020.SEED .
/usr/local/bin/make_scriptT
/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
Line 20: Line 37:
= Output =
About 360 INN files
(note, the output must be fed into a file, which will become ["make_scriptT.in"]; however, it will not have the bigmap or seed at the top

= Output =
About 88 INN files
Line 25: Line 42:
      50 50
     100 50
     150 50
     200 50
     250 50
     300 50
     350 50
     400 50
     450 50
     500 50
     550 50
     600 50
...
     900 950
     950 950
END

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)