Differences between revisions 198 and 199
Revision 198 as of 2016-02-19 05:35:58
Size: 17884
Editor: EricPalmer
Comment:
Revision 199 as of 2016-02-19 05:48:17
Size: 14446
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 34: Line 34:
== Work Flow ==

=== Procedures for Bennu ===
  * [[Bennu_Initial_Setup]]
  * [[Bennu_PROCESS_FITS]]
  * [[Bennu_make_sumfiles]]
  * [[Bennu_REGISTER]]
  * [[Bennu_LatLonTiling]]

=== Building Landmarks ===
  * [[Making_new_landmarks]] - Workflow from the 50m resolution work done for Dawn at Vesta
  * [[Basic_tiling]] - The core procedures for tiling a [[bigmap]]
   * [[Basic Tiling - Achieving the Desired Maplet Overlap]] - The bigmap.in file parameters to achieved the desired maplet overlap percentage.
  * [[LatLon_tiling]] - Tiling using Lat/Lon. Used for the initial sets of landmarks
  * [[Export_Import]] - Build landmarks on other machines and export them and import them

=== Test Procedure ===
  * [[How To - F3 Test Procedure]]
  * [[Standard_iteration ]] - Runs [[lithosP]]
  * [[Adding new images]] - How to run [[autoregister]]
  * [[Building a shape model]] - How to run [[densify]]

=== Problems ===
  * [[Fill_procedure]] -- Replace current topography with shape or bigmap. Fixes problems
  * [[Fixing_problem_landmarks]] -- Techniques to deal with landmarks that don't work well
   * [[When to Fix Landmarks]] - When?
   * [[Basic Procedure]] -- Simple way to fix landmarks using [[lithos]] that usually works.
   * [[Aligning to a Single Image]] -- What to do if initial image alignment shows no to very miniscule correlation.
   * [[Manually Moving An Image]] -- What to do when some images (that you want/need to use for building template) won't auto correlate.
   * [[Poor topography]] -- What to do when the topography is too poor for any alignment.
  * [[LITHOSP crashes]] -- How to recover without starting over

 * Obsolete [[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]]
 * [[Fill]] - Take topography from a bigmap and replace a landmark's terrain with it.
--------------------------------------------------------------------------------------------------------------------------------------------------
Line 241: Line 188:
--------------------------------------------------------------------------------------------------------------------------------------------------
== SPC Lessons ==
 * [[Lesson 1]]
  * Gain familiarity with file structure
  * Process new images to use in solution ([[convert]]/PROCESS_IMG)
  * [[display.e]] an image for context
  * Make [[SUMFILES]] and [[NOMINALS]] (make_sumfiles)
  * Run [[dynamics]]
  * [[register]] a couple images

 * [[Lesson 2]]
  * Generate a maplet with specific parameters
  * Then tile maplet with overlapping better resolution maplets
 
 * [[Lesson 3]]
  * Process more images and tile a maplet (3-4 hours)

 * [[Lesson 4]]
  * AUTOREGISTER, Create Bigmap from 0.4 pm/px maps, set up batch run tiling
--------------------------------------------------------------------------------------------------------------------------------------------------

== Papers and Presentations ==
 * [[LPSC 20??]]
--------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

WIKI for Bob Gaskell's StereoPC

Old_landing_page


General Info

This is an attempt to document of some of the key programs and support files for Stereo Photoclinometry. 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).


Versions

  • 1.0 -- Initial version of SPC
  • 2.0 -- Version of SPC with the Common library created
  • 2.1A7 -- This is the baseline version of Gaskell's software. I has gone under SubComponent testing

  • 3.0A0 -- These have changed required in SPC to finish the SubComponent testing. It changed regress, process_fits and geometry

  • 3.0A1 -- Released by Bob in support of Dawn @ Ceres
  • 3.0A1a -- Minor changes
  • 3.0A2 -- process_fits that supports NavCam

  • 3.1 -- (in progress) Will have all code improvements from Rosetta and include Polar Wobble. Will receive regression testing.
  • configure_control


Fun Tools


Programs

Lithos

  • lithos - aligns maplets to the current shape model and will provide slight changes to the shape (stored in MAPFILES)

  • lithosP - A version of lithos intended to be used in batch processing (i.e. run in parallel)

  • geometry - figures out a surface based on landmarks

  • residuals.e - figures out a surface based on landmarks

  • register - aligns a new image with a reference, manually

  • autoregister - adds groups of landmarks to an image

  • autoregisterP - adds groups of landmarks to an image using parallel processing

  • blemishes - masks regions of an image which contain blemishes due to, for example, downlink errors, bad pixels, or a cosmic ray hit.

  • convert

  • make_sumfiles

  • dynamics

Imager

Shaper

  • bigmap - 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

  • shape_info - generates DTM information

Utilities

Gravity

Notes_on_Gravity

  • Mgrav.e - Makes MGRAV.TXT and generates gravity images based on a map or 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 - Provided the correct GM and Omega, it will use SGRAV.TXT file to create the surface acceleration.

  • Selv.e - Provided the correct GM and Omega, it will use SGRAV.TXT file to create the surface elevation (same as geoid).

  • Slap - Provided the correct GM and Omega, it will use SGRAV.TXT file to create the surface laplacian.

  • Spot.e - Provided the correct GM and Omega, it will use SGRAV.TXT file to create the surface potential.

  • Sslpa.e - ?


Directories

  • BIGFILES - Directory for BIGMAP LMK files

  • DATA - A place for the SPICE kernels

  • IMAGEFILES - Directory that holds the image files, .DAT

  • LMKFILES - Stores the actual landmarkts, .LMK

  • MAPFILES - Stores the maplets, .MAP

  • NEW_IMAGES - Directory that holds the new, and unprocessed image files (in pgm format)

  • NOMINALS - Directory that holds the sum files, .NOM

  • SHAPEFILES - Holds the different types of shapefiles

  • SUMFILES - Directory that holds the sum files, .SUM

  • TESTFILES - Directory to store display files generated during batch processing jobs.

  • TESTFILES1 - Directory to store display files generated during batch processing jobs.

  • UTILITIES - Programs that are specific for this project


Key Input Files


Output Files


Key Diagnostic Files


Support Files


Deprecated


Help

Contact me with questions. Email: <epalmer AT SPAMFREE psi DOT edu>

Links to wiki formatting and help https://moinmo.in/HelpOnMoinWikiSyntax

  • Test_Files - I'm going to store the scripts here for the testing proceedures


CategoryHomepage

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