Size: 1024
Comment:
|
Size: 1789
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
(Compiled by DL) '''Purpose:''' .in file for the program [[make_scriptT]], the script-maker for tiling a bigmap or shape. == Basic Tiling == '''Definition of basic tiling:''' Tiling a bigmap which is located on the shape. Annotated example '''make_scriptT.in for basic tiling''': {{{ XXXXXX <- Temporary file containing the bigmap scripts/t11-10.seed <- Reference to the [[make_scriptT.seed]] file 50 50 <- bigmap pixel/line location for 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 }}} |
|
Line 7: | Line 43: |
Used by ["make_script.e"]. | Used by [[make_script.e]]. |
Line 17: | Line 53: |
3. Script file to use (or Seed). This has all the commands that will be used to build each of the aaaa.INN file that goes into ["lithos.e"] | 3. Script file to use (or Seed). This has all the commands that will be used to build each of the aaaa.INN file that goes into [[lithos.e]] |
make_scriptT.in
(Compiled by DL)
Purpose: .in file for the program make_scriptT, the script-maker for tiling a bigmap or shape.
Basic Tiling
Definition of basic tiling: Tiling a bigmap which is located on the shape.
Annotated example make_scriptT.in for basic tiling:
XXXXXX <- Temporary file containing the bigmap scripts/t11-10.seed <- Reference to the [[make_scriptT.seed]] file 50 50 <- bigmap pixel/line location for 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
Support file.
Generated by hand.
Used by make_script.e.
General Info
- # is a comment, locations will be skipped
& is a command. This command will be run. Normally, you will use this on the first line to setup that map that you will be working with
Parameters
- Copy the mapfile that you will be working with. Give it a generic name
- Filename of the mapfile you will be using
Script file to use (or Seed). This has all the commands that will be used to build each of the aaaa.INN file that goes into lithos.e
- Location to make a new landmark. In this case it is in meters - and here we are setting a landmark in a 50 meter grid. If there is the line Lat/Lon (?) this the numbers would be lat and lon.
- Repeat
- End
Example
& cp MAPFILES/ZN0056.MAP MAPFILES/XXXXXX.MAP XXXXXX XXX050.SEED 0050, 0950 0100, 0950 ... 0850, 0050 0900, 0050 0950, 0050 END