Size: 2821
Comment:
|
Size: 4491
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 12: | Line 12: |
* ["General Parameters"] - Resolution scale, etc. * ["Questions to ask"] - When I talk to Bob, these are things I am wondering |
|
Line 21: | Line 24: |
* ["Small Footprint Processing"] - Lets you do tiling copying only the files that you need for the specific task. | |
Line 52: | Line 56: |
* ["image_map_rgb.e"] - | * ["image_map_rgb.e"] - Renders a 3D image of a bigmap using red and blue |
Line 55: | Line 59: |
* ["view_shape.e"] - | * ["view_shape.e"] - The generates a point-of-view image of the shape model |
Line 58: | Line 62: |
* ["display.e"] - Appears to generate an image that shows the location of landmarks on it |
|
Line 62: | Line 68: |
* ["spheremapB.e"] - This reads the Zmap files and makes the resulting map line by line. | |
Line 66: | Line 73: |
* ["make_scriptT.e"] - generates the script that tiles (makes new maplets) | |
Line 69: | Line 75: |
* ["make_scriptT.e"] - generates the script that tiles (makes new maplets) * ["refresh_sumfiles.e"] - updates the sumfiles to match the maplets |
|
Line 72: | Line 80: |
=== Gravity === ["Notes on Gravity"] * ["Mgrav.e"] - Generates gravity images based on a bigmap * ["Sgrav.e"] - Makes a file called SGRAV.TXT that is like SHAPE.TXT but with extra columns for surface acceleration, potential and laplacian (just as a check). Based on a shape model. This is for a non-rotating body with GM=1. * ["Sacc.e"] - Computes the surface acceleration based on a shape model. * ["Selv.e"] - Computes the surface elevation based on a shape model. * ["Slap"] - Computes the surface laplacian based on a shape model. * ["Spot.e"] - Computes the surface potential based on a shape model. * ["Sslpa.e"] - ? |
|
Line 76: | Line 95: |
* ["BIGLIST.TXT"] - list of mapfiles (bigmaps) used to make a new bigmap. Generated from ["bigmap.e"] * ["NEWFILES.TXT"] * ["LMRKLIST.TXT"] * ["SGRAV.TXT"] - produced from Sgrav.e. Similar to SHAPE.TXT with extra columns for surface acceleration, potential and laplacian (just as a check). * ["SHAPE.TXT"] - The shape model of the object. Done is 3 column format of vertex using x, y, z coordinates |
WIKI for Bob Gaskell's StereoPC
General Info
Bob doesn't like to comment his code. Thus, I have no clue what some things do. I've been taking pretty good notes, and I thought we could all share and benefit from what we each have learned. If you figure something out (or get help from Bob himself), be sure to post it. If you need help with the wiki, let me know (or just send me the info).
- ["General Parameters"] - Resolution scale, etc.
- ["Questions to ask"] - When I talk to Bob, these are things I am wondering
Work Flow
- ["Making new landmarks"] - Workflow from the 50m resolution work done for Dawn at Vesta
- ["Adding new images"]
- ["Building a shape model"]
- ["Making 3D images"]
- ["Making 'point of view' images"]
- ["Panorama Images"]
- ["Small Footprint Processing"] - Lets you do tiling copying only the files that you need for the specific task.
Scripts - from AAA.TXT
- ["Vesta Notes"]
- ["Startup"]
- ["LAT/LON Shape"]
- ["Triaxial Shape"]
- ["Batches"]
- ["Autoregister"]
- ["Parallel Autoregister"]
- ["Parallel Batch"]
- ["Batch Tiling: See make_scriptT.txt"]
- ["Geometry and Residuals"]
- ["Pole"]
- ["Export"]
- ["Import"]
- ["Export, External Iteration"]
- ["Import, External Iteration"]
- ["Gravity"]
Programs
Lithos
- ["lithos.e"] - aligns maplets to the current shape model and will provide slight changes to the shape (stored in MAPFILES)
Imager
- ["map_coverage.e"] - shows the coverage that has been processed by resolution
["coverage.e"] - shows the global coverage that has been processed by resolution
- ["image_map_mono.e"] -
- ["image_map_rgb.e"] - Renders a 3D image of a bigmap using red and blue
- ["image_map_stereo.e"] -
- ["view_maps.e"] -
- ["view_shape.e"] - The generates a point-of-view image of the shape model
- ["panaroma.e"] - Makes a 360 degree panaroma image from a big map
- ["surface_imager.e"] - Makes an image using a surface point of view from a big map
- ["display.e"] - Appears to generate an image that shows the location of landmarks on it
Shaper
- ["bigmap.e"] - processes maplets to form a bigmap
- ["spheremapB.e"] - This reads the Zmap files and makes the resulting map line by line.
- ["update_infiles.e"] - generates a list of landmarks and headers for showing coverage
Utilities
- ["find_nofitT.e"] - searches for alignments that had problems
- ["export.e"] - builds scripts to package up the new maplets/landmarks into a tar ball
- ["importL.e"] - builds script to unpack maplets/landmarks and integrate into a master directory
- ["make_scriptT.e"] - generates the script that tiles (makes new maplets)
- ["refresh_sumfiles.e"] - updates the sumfiles to match the maplets
- ["showmap.e"] - generates an image (.pgm) for a specific bigmap
- ["pr_template"] - (copy the codes for when making a new prog page)
Gravity
["Notes on Gravity"]
- ["Mgrav.e"] - Generates gravity images based on a bigmap
- ["Sgrav.e"] - Makes a file called SGRAV.TXT that is like SHAPE.TXT but with extra columns for surface acceleration, potential and laplacian (just as a check). Based on a shape model. This is for a non-rotating body with GM=1.
- ["Sacc.e"] - Computes the surface acceleration based on a shape model.
- ["Selv.e"] - Computes the surface elevation based on a shape model.
- ["Slap"] - Computes the surface laplacian based on a shape model.
- ["Spot.e"] - Computes the surface potential based on a shape model.
- ["Sslpa.e"] - ?
Files
- ["view_maps.in"]
- ["make_scriptT.in"] - Used by ["make_scriptT.e"] to build ["run_script.b"]
- ["BIGLIST.TXT"] - list of mapfiles (bigmaps) used to make a new bigmap. Generated from ["bigmap.e"]
- ["NEWFILES.TXT"]
- ["LMRKLIST.TXT"]
- ["SGRAV.TXT"] - produced from Sgrav.e. Similar to SHAPE.TXT with extra columns for surface acceleration, potential and laplacian (just as a check).
- ["SHAPE.TXT"] - The shape model of the object. Done is 3 column format of vertex using x, y, z coordinates
Papers and Presentations
- ["LPSC 20??"]
Help
Contact me with questions. Email: MailTo(epalmer AT SPAMFREE psi DOT edu)
Links to wiki formatting and help [http://www.psi.edu/dawn_wiki/SyntaxReference]