Differences between revisions 1 and 2
Revision 1 as of 2016-01-15 16:58:43
Size: 96
Editor: tcampb
Comment:
Revision 2 as of 2016-01-20 11:18:00
Size: 1208
Editor: tcampb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
== Description == == Description ==

== Requires ==
 * [[LMRKLIST.TXT]] - list of all landmarks to be used
 * [[LMKFILES]]/ - directory of .LMK files for each maplet
 * [[MAPFILES]]/ - directory of .MAP files
 * [[SHAPEFILES]]/ - directory of built shapes
=== Optional ===
 * [[LMRKLISTR.TXT]] - specific list of landmarks desired
Line 7: Line 15:
The commands sent to densify are usually prearranged in a file which can be used as follows:
{{{
~/bin/densify < tmpRun.txt
}}}
=== Input File ===
{{{
SHAPEFILES/PreviousShapeFile (input shape)
2 100 1.67773 (K (power of 2), search range (km), random seed)
SHAPEFILES/CurrentShapeFile (output shape)
1 (more iteration)
.005 (fraction of points used for conditioning)
.025 (conditioning weight)
1 (more iterations)
1
1
1
1
1
1
1
1
1
1
1
1
1
0 (end program)
}}}
Line 9: Line 45:
 * [[SIGMA.TXT]] - list of sigma values associated with the shape model (found in [[SHAPEFILES]]/)
 * Shape file in ICQ format

densify

(Compiled by TC)

Description

Requires

Optional

Input

The commands sent to densify are usually prearranged in a file which can be used as follows:

~/bin/densify < tmpRun.txt

Input File

SHAPEFILES/PreviousShapeFile       (input shape)
2 100 1.67773                      (K (power of 2), search range (km), random seed)
SHAPEFILES/CurrentShapeFile        (output shape)
1                                  (more iteration)
.005                               (fraction of points used for conditioning)
.025                               (conditioning weight)
1                                  (more iterations)
1
1
1
1
1
1
1
1
1
1
1
1
1
0                                  (end program)

Output

  • SIGMA.TXT - list of sigma values associated with the shape model (found in SHAPEFILES/)

  • Shape file in ICQ format

densify (last edited 2016-07-24 08:08:51 by BMittan)