Differences between revisions 2 and 3
Revision 2 as of 2016-01-22 13:36:10
Size: 629
Comment:
Revision 3 as of 2016-01-22 13:38:07
Size: 860
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
 * [[MAPLIST.TXT]] - list of  * [[MAPLIST.TXT]] - list of bigmap names the usr wants (a .IN file will be made for every row in [[MAPLIST.TXT]]
Line 39: Line 39:

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

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

Input stdin

  • resolution (pix/km), Q size, seed, max maplet resolution included in 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

MAKE_TILES (last edited 2016-07-24 10:05:10 by BMittan)