Differences between revisions 6 and 22 (spanning 16 versions)
Revision 6 as of 2011-11-29 16:12:41
Size: 977
Editor: EricPalmer
Comment:
Revision 22 as of 2011-11-30 10:57:32
Size: 1901
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== WIKI for Bob Gaskell's StereoPC ==
Line 5: Line 4:
Email: [[MailTo(epalmer AT SPAMFREE psi DOT edu)]] /!\ This is an important document
Line 7: Line 6:
... (!) Useful stuff
Line 9: Line 8:
== General Info ==
Line 11: Line 9:
== Programs == = 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).


== Work Flow ==

 * ["Making new landmarks"]
 * ["Adding new images"]
 * ["Building a shape model"]
 * ["Making 3D images"]
 * ["Making 'point of view' images"]
 * ["Panorama Images"]

== Programs ==
Line 15: Line 30:
 * lithos.e - aligns maplets to the current shape model and will provide slight changes to the shape (stored in MAPFILES)  * ["lithos.e"] - aligns maplets to the current shape model and will provide slight changes to the shape (stored in MAPFILES)
Line 19: Line 34:
 * map_coverage.e - shows the coverage that has been processed by resolution  * ["map_coverage.e"] - shows the coverage that has been processed by resolution
 * ["coverage.e"] - shows the '''global''' coverage that has been processed by resolution
Line 24: Line 40:
 * ["update_infiles.e"] - generates a list of landmarks and headers for showing coverage
Line 25: Line 42:
=== Utilities ===   * find_nofit.e - searches for alignments that had problems
 * make_script.e - generates the script that you run to batch align maplets via lithos.e
 *
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
 * showmap.e - generates an image (.pgm) for a specific bigmap
=== Utilities ===
 * ["
find_nofit.e"] - searches for alignments that had problems
 * ["make_scriptT.e"] - generates the script that tiles (makes new maplets)
 * ["
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
 * ["showmap.e"] - generates an image (.pgm) for a specific bigmap
 * ["pr_template"] - (ignore this)
Line 32: Line 50:
== Work flow ==
Line 34: Line 51:
=== Files ===
 * ["view_maps.in"]
 * ["make_scriptT.in"] - Used by ["make_scriptT.e"] to build ["run_script.b"]

Email: [[MailTo(epalmer AT SPAMFREE psi DOT edu)]]

/!\ This is an important document

(!) Useful stuff

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).

Work Flow

  • ["Making new landmarks"]
  • ["Adding new images"]
  • ["Building a shape model"]
  • ["Making 3D images"]
  • ["Making 'point of view' images"]
  • ["Panorama Images"]

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

Shaper

  • ["bigmap.e"] - processes maplets to form a bigmap
  • ["update_infiles.e"] - generates a list of landmarks and headers for showing coverage

Utilities

  • ["find_nofit.e"] - searches for alignments that had problems
  • ["make_scriptT.e"] - generates the script that tiles (makes new maplets)
  • ["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
  • ["showmap.e"] - generates an image (.pgm) for a specific bigmap
  • ["pr_template"] - (ignore this)

Files

  • ["view_maps.in"]
  • ["make_scriptT.in"] - Used by ["make_scriptT.e"] to build ["run_script.b"]

Email: MailTo(epalmer AT SPAMFREE psi DOT edu)


CategoryHomepage

HomePage (last edited 2024-10-24 12:50:27 by EricPalmer)