Differences between revisions 9 and 15 (spanning 6 versions)
Revision 9 as of 2016-02-09 10:50:44
Size: 1470
Editor: BMittan
Comment:
Revision 15 as of 2016-07-24 10:05:10
Size: 1357
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

||Category B||Version 3.0||
Line 7: Line 9:
'''MAKE_TILES''' creates a <sequence>.IN file for every row in the input file [[MAPLIST.TXT]].  '''MAKE_TILES''' creates a <sequence>.IN file for every row in the input file [[MAPLIST.TXT]].
Line 11: Line 13:
 * [[MAPLIST.TXT]] - List of bigmap names you want to use.   * [[MAPLIST.TXT]] - List of bigmap names you want to use.
Line 24: Line 26:
 * max maplet resolution included in machine bigmap '''~+(JRW - machine bigmap?)+~'''
 (./) not sure what the confusion is above but it's got me, too ???
 * maximum maplet resolution that can be included in the bigmap being created
Line 28: Line 29:

 (./) should we show the sample and then explain what the elements are? Is this interactive (prompt for each element) or do you enter at command line?
Line 35: Line 34:
Here is a sample MAPLIST.TXT file: Here is a sample [[MAPLIST.TXT]] file:
Line 54: Line 53:
The following is a sample '''sequence.in''' file: The following is a sample '''sequence.in''' file created from the above inputs:
Line 74: Line 73:

----------

''(Compiled by KD)''

CategoryPrograms

MAKE_TILES

Category B

Version 3.0

Description

This program builds <sequence>.IN files 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.

MAKE_TILES creates a <sequence>.IN file for every row in the input file MAPLIST.TXT.

  • /!\ Be sure to include enough bigmap names to fully wrap around the surface (calculate with q-size and surface area of shape).

Required Files

Output Files


Using MAKE_TILES

The standard input includes these elements:

  • resolution (pix/km)
  • Q size
  • seed
  • maximum maplet resolution that can be included in the bigmap being created

Here is a sample input:

0.02500   500   1.23400   5.00000

Here is a sample MAPLIST.TXT file:

ZN0000
ZN0001
ZN0002
ZN0003
ZN0004
ZN0005
ZN0006
ZN0007
ZN0008
ZN0009
ZN0010
ZN0011
END

The following is a sample sequence.in file created from the above inputs:

l
    0    0
   0.02500       500   1.23400   5.00000
ZN0000
1
.005
.025
1
1
1
1
1
1
1
0
0


(Compiled by KD)

CategoryPrograms

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