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.

Required Files

Output Files


Using MAKE_TILES

The standard input includes these elements:

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)