Building a shape model

The normal way (Bob's way) is described in a text file called "densify.txt". I have created a script to automate things in a standard way.

This will create several different resolution shape models, each with a factor of 2 higher resolution. The 512 is the highest resolution model, with 1.6 million vectors.

One you create the high resolution model, you can install it in the directory SHAPEFILES. This is done by removing the symbolic link to SHAPE.TXT and replacing it with the new file that you've created.

You can run register and load the shape model to see how the new shape model looks.

Note, this shape model does not have albedo in it. If you want to have that, then you need to change the program from densify to densifyA.

Bigmap

You can also view it using other programs

coverage

You can use coverage_p to show how well a region has been tiled.

Building maplets using bigmap

Previously, we created maplets with the initial topography from the shape model. Once we go beyond 75cm (for Bennu), then the bigmap will have the higher resolution, which will be needed. To do this, we "fill" the maplet with the data from the bigmap rather than the shape model.

Running lithos

Then just continue processing like normal. It is unlikely that you will need to align to a picture. You now have decent topography with albedo, so you should be able to just 'auto align' to get the images aligned -- that is option "1" and submenu "0" auto align

Resetting the albedo in lithos

If you have some topography that isn't good in your template, you may want to replace it. If you can load the data from another maplet, that works well. However, if you cannot, you can remove the template, setting it to 0. Then as you build a template, you are not fighting bad data.

Within lithos and the landmark is already loaded

Then you can do several "build templates" (0 0 44)

The RECENT command in LITHOS

There are times when you need to re-enter the same landmark. There is a shortcut in lithos that lets you use the landmark that you were just using, RECENT. You can either type "RECENT", or "R" or "r".

This assumes that you've already worked with a landmark and typed in its full name. You can enter this in at the following menus.

Overlaps Menu in LITHOS

Overlaps are used by SPC to help constrain a solution. Each maplet will have its edges overlapped by other maplets. SPC will identify which maplets should have overlaps, and then it will share information between them to reduce error.

Overlaps must be set in lithos. This is done in the 'o' menu. This is done as part of the normal scripts that you have been given.

Also in those scripts, they run the overlap menu that has an option to set the limbs. A maplet is set at a limb when any part of its surface is in an images' limb. What lithos does is reviews every image and identifies where the limb is in that image. Once found, it will see if the the maplet should be present. If so, it will record that image as a limb image for the maplet. More info: Attach map to maps or limbs

Steps in SPC (taken from the standard scripts)

 o - overlap menu
 r - use recent landmark
 y - clear out old data
 1 - automatically detect overlaps

 o - overlap menu
 r - use recent landmark
 n - do not remove old data (we want to keep what we just did)
 3 - search for limb images
 n - clear.  Do no remove old limb images
 1 3 5 - Search parameters.  

When you are done, lithos will not have a landmark loaded. Thus, it is useful to reload the landmark

 i 
 r
 n
 n

BIGMAP error

When you run bigmap it will generate two files

The residual deviation is computed for every pixel by taking the height value from every maplet that was used to determine the height. In bigmap, it will average those values. The residual (or sigma) is the standard deviation of those heights.

Notes for Day 3 (last edited 2016-08-09 19:57:46 by EricPalmer)