= MAKE_TILES =

== Description ==

MAKE_TILES builds <sequence>.IN that are used to make Z-maps with [[bigmapL]]. Z-maps are essentially a combination of bigmaps that together, fully wrap around the shape model.

== Input Files ==
 * [[MAPLIST.TXT]] - list of bigmap names the usr wants (a .IN file will be made for every row in [[MAPLIST.TXT]]. Make sure there are enough bigmap names to fully wrap around the surface (calculate with q-size and surface area of shape).

== Input stdin ==
 * resolution (pix/km), Q size, seed, max maplet resolution included in machine bigmap ~+(JRW - machine bigmap?)+~
{{{
0.02500   500   1.23400   5.00000
}}}

== Output Files ==
 * <sequence>.IN files


== Example of a <sequence>.IN file ==
{{{
l
    0    0
   0.02500       500   1.23400   5.00000
ZN0000
1
.005
.025
1
1
1
1
1
1
1
0
0
}}}

== EXAMPLE of [[MAPLIST.TXT]] ==
{{{
ZN0000
ZN0001
ZN0002
ZN0003
ZN0004
ZN0005
ZN0006
ZN0007
ZN0008
ZN0009
ZN0010
ZN0011
END
}}}