Differences between revisions 7 and 8
Revision 7 as of 2016-01-27 11:10:33
Size: 838
Comment:
Revision 8 as of 2016-02-09 10:50:30
Size: 1662
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
MAKE_TILESP is the same as [[MAKE_TILES]], but with the added benefit of setting up the .in files to be run in parallel. In other words, MAKETILESP allows [[bigmapL]] to run every .in file made by MAKETILESP at the same time rather than one at a time. This program is the same as [[MAKE_TILES]], but it also sets up the <sequence>.in files to be run in parallel. In other words,'''MAKETILESP''' allows [[bigmapL]] to run every <sequence>.in file it has made at the same time rather than one at a time.
Line 7: Line 7:
== Input ==
 * Same as in [[MAKE_TILES]]
 (./) Following is copied from make_files--check to see if it's accurate here.
Line 10: Line 9:
== Output ==
 * < map_name >.INN files - the inputs for [[bigmapL]]
 * < MAKE_TILES##.b > files - {{{ /usr/local/bin/bigmapL < F00001.INN > F00001.OOT }}}
Like [[MAKE_TILES]], '''MAKE_TILESp''' 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 14: Line 11:
== Screen Output == '''MAKE_TILESP''' 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 ===
 * [[MAPLIST.TXT]] - List of bigmap names you want to use.

=== Output Files ===
 * <map_name>.INN files - Inputs for [[bigmapL]]
 * <MAKE_TILES##.b> files - (./) Not clear on this??

== Using MAKE_TILESP ==

(./) Is this the command line to start this program? Or is this a command line for running bigmapL using the output files??

{{{ /usr/local/bin/bigmapL < F00001.INN > F00001.OOT }}}

Here is a sample of the screen output by '''MAKE_TILESP''':
Line 26: Line 40:
  == How to use Outputs ==
Line 29: Line 41:
To make all the z-maps in parallel just copy and paste the screen output into the terminal.  (!) Copy and paste the screen output into the terminal to create all the z-maps in parallel.

----------

''(Compiled by KD)''

CategoryPrograms

MAKE_TILESP

Description

This program is the same as MAKE_TILES, but it also sets up the <sequence>.in files to be run in parallel. In other words,MAKETILESP allows bigmapL to run every <sequence>.in file it has made at the same time rather than one at a time.

  • (./) Following is copied from make_files--check to see if it's accurate here.

Like MAKE_TILES, MAKE_TILESp 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_TILESP 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

  • <map_name>.INN files - Inputs for bigmapL

  • <MAKE_TILES##.b> files - (./) Not clear on this??

Using MAKE_TILESP

(./) Is this the command line to start this program? Or is this a command line for running bigmapL using the output files??

 /usr/local/bin/bigmapL < F00001.INN > F00001.OOT 

Here is a sample of the screen output by MAKE_TILESP:

chmod +x MAKE_TILES01.b
chmod +x MAKE_TILES02.b
chmod +x MAKE_TILES03.b
chmod +x MAKE_TILES04.b

./MAKE_TILES01.b &
./MAKE_TILES02.b &
./MAKE_TILES03.b &
./MAKE_TILES04.b &
  • (!) Copy and paste the screen output into the terminal to create all the z-maps in parallel.


(Compiled by KD)

CategoryPrograms

MAKE_TILESP (last edited 2016-07-24 10:06:07 by BMittan)