Differences between revisions 1 and 2
Revision 1 as of 2016-01-22 13:29:14
Size: 375
Comment:
Revision 2 as of 2016-01-22 13:36:10
Size: 629
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:

== Input Files ==
 * [[MAPLIST.TXT]] - list of

== 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

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

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