Size: 1332
Comment:
|
← Revision 19 as of 2015-08-13 12:38:39 ⇥
Size: 4254
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= Step1 = Set up the files for the rn |
== Description == |
Line 4: | Line 3: |
= Step2 = Run and monitor |
* LatLon_tiling is a way to increase the resolution of a shape model similar to Basic_tiling. The major difference between the two is that Basic_tiling increases the resolution of the shape model one bigmap at a time while LatLon_tiling increases the resolution of the shape model all at once by placing maplets at selected latitude and longitude locations. * The key advantage of LatLon_tiling is that it is faster than Basic_tiling because bigmaps don't have to be created. However, when the resolution needs to be high (below 75 centimeters) a much larger amount of maplets/landmarks need to be created at various coordinates than when the resolution is lower. A large amount of maplets have to be made when doing LatLon_tiling at high resolution because the maplets get smaller as resolution increases and the maplets have to cover the entire surface of the shape model along with overlap. The larger amount of maplets will make LatLon_tiling difficult to manage. * An example of LatLon_tiling being difficult to manage is when it is done at a high resolution, which leads to thousands of maplets/landmarks being produced. When find_nofitT is used to look at the bad landmarks, hundreds if not thousands of errors may pop up. All of those bad landmarks will have to be fixed using Lithos and that sucks. When Basic_tiling is used and regions of the shape model are tiled into bigmaps instead of the entire shape model, then each bigmap will be composed of only hundreds of landmarks, which will most likely have a a lot less misaligned landmarks. * Thus, it is best to use Basic_tiling at higher resolutions because then the various maplets used to create topography are done by region (bigmaps), which leads to better organization. Furthermore, each bigmap will have a lot less bad landmarks than the entire shape model when LatLon tiling is performed, which leads to less landmark clean up for the individual when work for Basic_tiling is distributed by region among others. |
Line 9: | Line 13: |
= Step1 = | == LatLon_tiling Steps == |
Line 11: | Line 15: |
== Overview == The will use XXXXXX and XXX020.SEED to generate a suite of files to tile a bigmap. Output will be exact (diff) |
=== Step1 === |
Line 21: | Line 19: |
Copy the reference map to XXXXXX (because Bob likes it that way) | You need two files: * [[make_scriptT.in]] - this contains three things * Reference system (either a [[bigmap]] or the string "LATLON" to define landmarks) * The filename of the SEED file, the file that has the lithos commands we will use to create the landmarks. You can include a path. * A list of the locations, and in this case it is the Latitude/Longitude (West Longitude) * The latitude and longitude spacing in make_scriptT.in file has to be determined based on the resolution being tiled so that the maplets overlap. Tanner Campbell has created make_scriptT.in LatLon files for various resolutions. * Seed file. Frequently stored in the SCRIPTS directory. Make sure whatever this file's name is matches the one in the [[make_scriptT.in]] file. * Seed file name should correlate to the resolution of the maplets to be made. For example, XXX150.SEED makes maples at 150 cm resolution [[make_scriptT.in]] should look like this: |
Line 23: | Line 30: |
cp MAPFILES/REFMAP.MAP MAPFILES/XXXXXX.MAP | LATLON SCRIPTS/XXX150.SEED 00, 000 00, 012 00, 024 00, 036 00, 048 00, 060 00, 072 00, 084 .... -84, 315 90, 000 -90, 000 END |
Line 26: | Line 47: |
Add map name and seed to the top of the output from [[make_tilefile]], which should be named [[make_scriptT.in]] | * LATLON tells the program that latitude and longitudes are to be entered * SCRIPTS/XX1500.SEED calls the seed file * The following list of longitudes and Latitudes are where the landmarks are to placed. |
Line 28: | Line 51: |
It should look like this: |
The seed file should look something like this: |
Line 31: | Line 53: |
XXXXXX XXX020.SEED 50 50 100 50 150 50 200 50 250 50 300 50 350 50 400 50 450 50 500 50 550 50 600 50 ... 900 950 950 950 END |
0.00150,49 g i a y .5 n x .025 0 a m n 2 m u 1 v 2 |
Line 56: | Line 79: |
For the above command to work a make_scriptT.in file must be in the directory you are working in. |
|
Line 67: | Line 92: |
Description
LatLon_tiling is a way to increase the resolution of a shape model similar to Basic_tiling. The major difference between the two is that Basic_tiling increases the resolution of the shape model one bigmap at a time while LatLon_tiling increases the resolution of the shape model all at once by placing maplets at selected latitude and longitude locations.
The key advantage of LatLon_tiling is that it is faster than Basic_tiling because bigmaps don't have to be created. However, when the resolution needs to be high (below 75 centimeters) a much larger amount of maplets/landmarks need to be created at various coordinates than when the resolution is lower. A large amount of maplets have to be made when doing LatLon_tiling at high resolution because the maplets get smaller as resolution increases and the maplets have to cover the entire surface of the shape model along with overlap. The larger amount of maplets will make LatLon_tiling difficult to manage.
An example of LatLon_tiling being difficult to manage is when it is done at a high resolution, which leads to thousands of maplets/landmarks being produced. When find_nofitT is used to look at the bad landmarks, hundreds if not thousands of errors may pop up. All of those bad landmarks will have to be fixed using Lithos and that sucks. When Basic_tiling is used and regions of the shape model are tiled into bigmaps instead of the entire shape model, then each bigmap will be composed of only hundreds of landmarks, which will most likely have a a lot less misaligned landmarks.
Thus, it is best to use Basic_tiling at higher resolutions because then the various maplets used to create topography are done by region (bigmaps), which leads to better organization. Furthermore, each bigmap will have a lot less bad landmarks than the entire shape model when LatLon tiling is performed, which leads to less landmark clean up for the individual when work for Basic_tiling is distributed by region among others.
LatLon_tiling Steps
Step1
Prep
You need two files:
make_scriptT.in - this contains three things
Reference system (either a bigmap or the string "LATLON" to define landmarks)
- The filename of the SEED file, the file that has the lithos commands we will use to create the landmarks. You can include a path.
- A list of the locations, and in this case it is the Latitude/Longitude (West Longitude)
The latitude and longitude spacing in make_scriptT.in file has to be determined based on the resolution being tiled so that the maplets overlap. Tanner Campbell has created make_scriptT.in LatLon files for various resolutions.
Seed file. Frequently stored in the SCRIPTS directory. Make sure whatever this file's name is matches the one in the make_scriptT.in file.
- Seed file name should correlate to the resolution of the maplets to be made. For example, XXX150.SEED makes maples at 150 cm resolution
make_scriptT.in should look like this:
LATLON SCRIPTS/XXX150.SEED 00, 000 00, 012 00, 024 00, 036 00, 048 00, 060 00, 072 00, 084 .... -84, 315 90, 000 -90, 000 END
- LATLON tells the program that latitude and longitudes are to be entered
- SCRIPTS/XX1500.SEED calls the seed file
- The following list of longitudes and Latitudes are where the landmarks are to placed.
The seed file should look something like this:
0.00150,49 g i a y .5 n x .025 0 a m n 2 m u 1 v 2
Run
~/bin/make_scriptT
For the above command to work a make_scriptT.in file must be in the directory you are working in.
Output
- INN files (1 to 361)
- rem_script.b
- run_script.b
- dsp_list.txt
Step 2
Run
Run, just run the script to make the whole thing go (in the background)
nohup sh run_script.b &
Monitor
Track the progress with find_nofitT
~/bin/find_nofitT
If there are problems with the processing, you'll get a list of landmarks with issues
just listed - no significant issue * very bad - must fix ! not too bad - should fix