Size: 2121
Comment:
|
Size: 2666
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
(Compiled by DL) | |
Line 5: | Line 4: |
'''Purpose:''' .in file for the program [[make_scriptT]], the script-maker for tiling a bigmap or shape. | == Description == This support file is used by [[make_scriptT]], the script-maker for tiling a bigmap or shape. |
Line 8: | Line 9: |
Basic tiling involves tiling a bigmap which is located on the shape. For more details, refer to [[Basic_tiling]]. | |
Line 9: | Line 11: |
'''Definition of basic tiling:''' Tiling a bigmap which is located on the shape. For more details, refer to [[Basic_tiling]]. Annotated example '''make_scriptT.in for basic tiling''': |
Here is an annotated sample of a '''make_scriptT.in''' file used for basic tiling: |
Line 15: | Line 15: |
scripts/t11-10.seed <- Reference to the [[make_scriptT.seed]] file | scripts/t11-10.seed <- Reference to the make_scriptT.seed file |
Line 35: | Line 35: |
'''XXXXXX:''' The tiling bigmap is saved to a temporary file for tiling: | '''XXXXXX''' - You must save the tiling bigmap to a temporary file for tiling using a command line like this: |
Line 39: | Line 39: |
You then include the temporary filename as the first line of the file. | |
Line 40: | Line 41: |
'''make_scriptT seed file''': File containing the [[lithos]] commands for generating each new maplet. Please refer to [[make_scriptT.seed]] for details. | '''make_scriptT seed file''' - File containing the [[lithos]] commands for generating each new maplet. Refer to [[make_scriptT.seed]] for more information. |
Line 42: | Line 43: |
'''bigmap pixel/line locations:''' These are generated using the programs [[map_coverage]] and [[make_tilefile]]. Please refer to the relevant guides for details. | '''bigmap pixel/line locations''' - These are generated using the programs [[map_coverage]] and [[make_tilefile]]. Refer to those entries for details. |
Line 46: | Line 47: |
'''Definition of lat/long tiling:''' Directly tiling a shape model. For more details, refer to [[LatLon_tiling]]. | Lat/Long tiling involves directly tiling a shape model. For more details, refer to [[LatLon_tiling]]. |
Line 48: | Line 49: |
Annotated example '''make_scriptT.in for lat/long tiling''': | Here is an annotated sample '''make_scriptT.in''' file used for lat/long tiling: |
Line 51: | Line 52: |
SCRIPTS/XXX150.SEED <- Reference to the [[make_scriptT.seed]] file | SCRIPTS/XXX150.SEED <- Reference to the make_scriptT.seed file |
Line 67: | Line 68: |
'''make_scriptT seed file''': File containing the [[lithos]] commands for generating each new maplet. Please refer to [[make_scriptT.seed]] for details. | '''make_scriptT seed file''' - File containing the [[lithos]] commands for generating each new maplet. Refer to [[make_scriptT.seed]] for more information. == Image Tiling == * The 1st line must be "IMAGES". * The 2nd line is the script name * Following lines are image name, sample and pixel * Image name must be char 1-12. Sample and pixel are after that with any fortran format (space or comma delimited) * Ends with the statement "END" * # symbol will cause that entry to be skipped ----------- ''(Compiled by DL)'' CategoryFiles CategorySupportFiles |
make_scriptT.in
Description
This support file is used by make_scriptT, the script-maker for tiling a bigmap or shape.
Basic Tiling
Basic tiling involves tiling a bigmap which is located on the shape. For more details, refer to Basic_tiling.
Here is an annotated sample of a make_scriptT.in file used for basic tiling:
XXXXXX <- For maplet locations, reference to temporary file containing the tiling bigmap scripts/t11-10.seed <- Reference to the make_scriptT.seed file 50 50 <- bigmap pixel/line location for placement of the center of each new maplet 100 50 150 50 200 50 50 100 100 100 150 100 200 100 50 150 100 150 150 150 200 150 50 200 100 200 150 200 200 200 END
XXXXXX - You must save the tiling bigmap to a temporary file for tiling using a command line like this:
cp MAPFILES/BGMAP1.MAP MAPFILES/XXXXXX.MAP
- You then include the temporary filename as the first line of the file.
make_scriptT seed file - File containing the lithos commands for generating each new maplet. Refer to make_scriptT.seed for more information.
bigmap pixel/line locations - These are generated using the programs map_coverage and make_tilefile. Refer to those entries for details.
Lat/Long Tiling
Lat/Long tiling involves directly tiling a shape model. For more details, refer to LatLon_tiling.
Here is an annotated sample make_scriptT.in file used for lat/long tiling:
LATLON <- For maplet locations, reference to shape model SCRIPTS/XXX150.SEED <- Reference to the make_scriptT.seed file 00, 000 <- shape model lat/wlong for placement of the center of each new maplet 00, 012 00, 024 00, 036 00, 048 00, 060 00, 072 00, 084 .... -84, 315 90, 000 -90, 000 END
make_scriptT seed file - File containing the lithos commands for generating each new maplet. Refer to make_scriptT.seed for more information.
Image Tiling
- The 1st line must be "IMAGES".
- The 2nd line is the script name
- Following lines are image name, sample and pixel
- Image name must be char 1-12. Sample and pixel are after that with any fortran format (space or comma delimited)
- Ends with the statement "END"
- # symbol will cause that entry to be skipped
(Compiled by DL)