Differences between revisions 7 and 8
Revision 7 as of 2016-01-27 08:46:46
Size: 1015
Editor: JohnWeirich
Comment:
Revision 8 as of 2016-02-09 10:35:09
Size: 1466
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
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. 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.
Line 7: Line 7:
== 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).
'''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).
Line 10: Line 10:
== Input stdin ==
 * resolution (pix/km), Q size, seed, max maplet resolution included in machine bigmap '''~+(JRW - machine bigmap?)+~'''
== Required Files ==
 * [[MAPLIST.TXT]] - List of bigmap names you want to use.

== Output Files ==
 * <sequence>.IN files - One for each row in [[MAPLIST.TXT]]

----------

== Using MAKE_TILES ==

The standard input includes these elements:
 * resolution (pix/km)
 * Q size
 * seed
 * max maplet resolution included in machine bigmap '''~+(JRW - machine bigmap?)+~'''
 (./) not sure what the confusion is above but it's got me, too ???

Here is a sample input:

 (./) 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 16: Line 35:
== Output Files ==
 * <sequence>.IN files
Here is a sample MAPLIST.TXT file:

{{{
ZN0000
ZN0001
ZN0002
ZN0003
ZN0004
ZN0005
ZN0006
ZN0007
ZN0008
ZN0009
ZN0010
ZN0011
END
}}}
Line 20: Line 54:
== Example of a <sequence>.IN file == The following is a sample '''sequence.in''' file:
Line 39: Line 74:

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

MAKE_TILES

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
  • max maplet resolution included in machine bigmap (JRW - machine bigmap?) (./) not sure what the confusion is above but it's got me, too ???

Here is a sample input:

  • (./) 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?

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:

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)