Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2014-03-21 13:32:10
Size: 206
Editor: EricPalmer
Comment:
Revision 8 as of 2015-05-06 11:15:25
Size: 1552
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[Test_Files]]

= Overview =

6.1 Builds a shape model from maplets. 1.6M vectors is the maximum.

= Input =
{{{

/usr/local/bin/densify
~/Planets/Real/Shaper/densify.e
SHAPEFILES/dumbshape.txt
2, 30, 1.8675743
SHAPEFILES/SHAPE.TXT
1
.005
.025
1
1
1
1
1
1
1
1
1
1
1
1
1
1
0
}}}

= Log =
{{{
/usr/local/bin/densify
SHAPEFILES/dumbshape.txt
2, 30, 1.8675743
SHAPEFILES/SHAPE.TXT
....
 Slope averaged model done

 0. end iteration
 1. more iteration
 2. change weight
1
           1
           2
           3
           4
           5
           6
           7
           8
           9
          10
          11
          12
          13
          14
          15
          16
          17
          18
          19
          20

 Slope averaged model done

 0. end iteration
 1. more iteration
 2. change weight
0

}}}


= Output =

{{{
         256
   225.70790 -35.32206 136.80822
   225.23278 -36.15930 137.16828
   224.73903 -36.99418 137.50860
   224.29175 -37.83810 137.89587
   223.89395 -38.68332 138.33603
   223.48228 -39.53674 138.77932
   223.10255 -40.39135 139.25713
   222.65118 -41.23572 139.66637
   222.05984 -42.06007 139.92736
...
}}}


List of files:


-------------------- Bob notes


Test_Files

Overview

6.1 Builds a shape model from maplets. 1.6M vectors is the maximum.

Input

/usr/local/bin/densify
~/Planets/Real/Shaper/densify.e
SHAPEFILES/dumbshape.txt
2, 30, 1.8675743
SHAPEFILES/SHAPE.TXT
1
.005
.025
1
1
1
1
1
1
1
1
1
1
1
1
1
1
0

Log

/usr/local/bin/densify
SHAPEFILES/dumbshape.txt
2, 30, 1.8675743
SHAPEFILES/SHAPE.TXT
....
 Slope averaged model done

 0. end iteration
 1. more iteration
 2. change weight
1
           1
           2
           3
           4
           5
           6
           7
           8
           9
          10
          11
          12
          13
          14
          15
          16
          17
          18
          19
          20

 Slope averaged model done

 0. end iteration
 1. more iteration
 2. change weight
0

Output

         256
   225.70790   -35.32206   136.80822
   225.23278   -36.15930   137.16828
   224.73903   -36.99418   137.50860
   224.29175   -37.83810   137.89587
   223.89395   -38.68332   138.33603
   223.48228   -39.53674   138.77932
   223.10255   -40.39135   139.25713
   222.65118   -41.23572   139.66637
   222.05984   -42.06007   139.92736
...

List of files:


Bob notes

Describe do densify here.

makes a shape model

Starts with lower, then makes a higher resolution

Dumb to Q=32 Generate shape models 64, 128, 256, 512 (800 meters Vesta, 70cm for Bennu - 1.57Mill)

do_densify (last edited 2015-05-06 11:15:25 by localhost)