Differences between revisions 1 and 2
Revision 1 as of 2014-02-18 09:52:35
Size: 569
Editor: EricPalmer
Comment:
Revision 2 as of 2014-02-18 16:24:05
Size: 829
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
= Input - stdin = == Prep ==
Line 13: Line 13:
None Copy the reference map to XXXXXX (because Bob likes it that way)
{{{
cp MAPFILES/REFMAP.MAP MAPFILES/XXXXXX.MAP
}}}
Line 15: Line 18:
= Input - files = Add map name and seed to the top of the output from ["make_tilefile"], which should be named ["make_scriptT.in"]
Line 17: Line 20:
make_scriptT.in It should look like this:
Line 39: Line 43:
= Output = == Run ==

{{{
~/bin/make_scriptT
}}}

== Output ==

["Test Files"]

= Overview =

The will use XXXXXX and XXX020.SEED to generate a suite of files to tile a bigmap.

Output will be exact (diff)

Prep

Copy the reference map to XXXXXX (because Bob likes it that way)

cp MAPFILES/REFMAP.MAP MAPFILES/XXXXXX.MAP

Add map name and seed to the top of the output from ["make_tilefile"], which should be named ["make_scriptT.in"]

It should look like this:

XXXXXX
XXX020.SEED
      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

== Run ==

~/bin/make_scriptT

== Output ==

  • INN files (1 to 361)
  • rem_script.b
  • run_script.b
  • dsp_list.txt

make_scriptT (last edited 2016-07-24 09:58:33 by BMittan)