Differences between revisions 6 and 7
Revision 6 as of 2016-01-27 08:45:38
Size: 1019
Editor: JohnWeirich
Comment:
Revision 7 as of 2016-01-27 08:46:46
Size: 1015
Editor: JohnWeirich
Comment:
Deletions are marked like this. Additions are marked like this.
Line 40: Line 40:
== EXAMPLE of [[MAPLIST.TXT]] == == EXAMPLE of MAPLIST.TXT ==

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

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