Differences between revisions 1 and 2
Revision 1 as of 2014-02-26 11:02:30
Size: 694
Editor: EricPalmer
Comment:
Revision 2 as of 2014-02-26 11:07:59
Size: 1007
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
Set up a map that shows what needs to be done (everything)
Line 13: Line 14:
/usr/loca/bin/map_coverage
REFMAP
0, .04
}}}

Make the tilefile
{{{
/usr/local/bin/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
Line 17: Line 34:

["Test Files"]

= Overview =

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

Output will be exact (diff)

= Input - stdin =

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

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

Make the tilefile

/usr/local/bin/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/bin/make_scriptT

= 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

      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

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