Differences between revisions 208 and 210 (spanning 2 versions)
Revision 208 as of 2016-02-26 11:29:40
Size: 15090
Editor: EricPalmer
Comment:
Revision 210 as of 2016-05-13 12:36:54
Size: 16231
Editor: DianeLambert
Comment:
Deletions are marked like this. Additions are marked like this.
Line 53: Line 53:
||[[Block 7A - Clean]] ||
||[[Block 7B - Clean]] ||
||[[Block 7A - Clean Global]] ||
||[[Block 7B - Clean Bigmap]] ||
Line 65: Line 65:
=== 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
=== Lithosphere ===
Line 75: Line 70:
 * [[make_sumfiles]]
 * [[dynamics]]
 * [[dynamics]] - appends inertial position deltas between consecutive images to [[NOMINALS]] used to constrain the spacecraft position.
 * [[geometry]] - solves a surface using spacecraft position, camera pointing, and landmark location.
 * [[lithos]] - aligns maplets to the current shape model and provides 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)
 * [[make_sumfiles]] - converts FITS image files to .DAT files and builds the [[NOMINALS]] and [[SUMFILES]].
 * [[residuals.e]] - figures out a surface based on landmarks
 * [[register]] - aligns a new image with a reference, manually

=== Coverage ===
 * [[map_coverage]] - shows the coverage that has been processed by resolution.
[[map_coverage.e]] - shows the coverage that has been processed by resolution
Line 79: Line 83:
 * [[map_coverage.e]] - shows the coverage that has been processed by resolution
Line 81: Line 84:
 * [[display.e]] - Appears to generate an image that shows the location of landmarks on it
Line 84: Line 88:
 * [[view_shape.e]] - The generates a point-of-view image of the shape model  * [[Imager_MG]] - How to make images from maplets
 * [[mosaic]] - C
reates a mosaic of images registered to the shape model
Line 87: Line 92:
 * [[display.e]] - Appears to generate an image that shows the location of landmarks on it
 * [[mosaic]] - Creates a mosaic of images registered to the shape model
 * [[Imager_MG]] - How to make images from maplets
 * [[view_shape.e]] - The generates a point-of-view image of the shape model
Line 93: Line 96:
 * [[bigmapL]] - a 'bigmap lite', used in the production of Zmaps.
 * [[densify]] - increases the resolution of a shape model by interpolating heights between landmarks.
 * [[densifyA]] - increases the resolution of a shape model using albedo between landmarks.
 * [[shape_info]] - generates DTM information
Line 95: Line 102:
 * [[shape_info]] - generates DTM information
=== Script Makers ===

 * [[find_nofit]] - searches batch processing output files to identify landmarks or images which may need further work.
 * [[find_nofitP]] - searches [[make_scriptP]] output files to identify landmarks or images which may need further work.
 * [[find_nofitT]] - searches [[make_scriptT]] output files to identify landmarks or images which may need further work.
 * [[make_scriptA]] - generates the script that batch auto registers images using [[autoregister]].
 * [[make_scriptAP]] - generates the script for batch autoregistering images using parallel processing using [[autoregisterP]] .
 * [[make_scriptF]] - generic script maker for user-generated batch processing jobs using [[lithos]].
 * [[make_scriptP]] - generates the script for iterating landmarks using [[lithosP]].
 * [[make_scriptR]] - generates the script that batch registers images using [[register]].
 * [[make_scriptT]] - generates the script that tiles (makes new maplets) using [[lithos]].
 * [[MAKE_TILES]] - generates the in file required to make Zmaps using [[bigmapL]].
 * [[MAKE_TILESP]] - generates the in files required to make Zmaps using [[bigmapL]] in parallel.
Line 98: Line 118:
 * [[duplicates]] - Generates the make_script.in file to accompany [[make_scriptP]], comprising an ordered list of unique landmark names.
 * [[find_nofit]] - searches batch processing output files to identify landmarks or images which may need further work.
 * [[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
 * [[duplicates]] - Generates the make_script.in file to accompany script makers such as [[make_scriptP]], comprising an ordered list of unique landmark names.
 * [[Export and Import]] - builds scripts to package up the new maplets/landmarks into a tar ball and to unpack maplets/landmarks and integrate into a master directory
 [[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_list]] - looks for image names matches between [[LIMBLIST1.TXT]] and [[LMRKLIST.TXT]].
Line 103: Line 124:
 * [[Script Makers Overview]] - User guide for the script-maker program suite
 * [[make_scriptA]] - generates the script that batch auto registers images using [[autoregister]]
 * [[make_scriptAP]] - generates the script for batch autoregistering images using parallel processing using [[autoregisterP]]
 * [[make_scriptF]] - generic script maker for user-generated batch processing jobs.
 * [[make_scriptP]] - generates the script for iterating landmarks using [[lithosP]]
 * [[make_scriptR]] - generates the script that batch registers images using [[register]]
 * [[make_scriptT]] - generates the script that tiles (makes new maplets) using [[lithos]]
 * [[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)
Line 114: Line 125:
 * [[process_img]] - Takes a list of files and creates make_sumfiles.in. Creates IMAGEFILE for each images
Line 117: Line 127:
 * [[pr_template]] - (copy the codes for when making a new prog page)
 * [[process_img]] - Takes a list of files and creates make_sumfiles.in. Creates IMAGEFILE for each images
 * [[refresh_sumfiles.e]] - updates the sumfiles to match the maplets
 * [[Script Makers Overview]] - User guide for the script-maker program suite
 * [[showmap.e]] - generates an image (.pgm) for a specific bigmap
Line 147: Line 162:
 * [[BIGLIST.TXT]] - List of mapfiles (bigmaps) used to make a new bigmap. Generated from [[bigmap.e]]
 * [[INIT_LITHOS.TXT]]
Line 148: Line 165:
 * [[make_sumfiles.in]] - List of new images to process
 * [[make_sumfiles.txt]] - SPICE references
 * [[PICTLIST.TXT]] - List of the images that are in the system

== Support Files ==
 . Usually these files are used to run batch jobs or scripts.
 * [[make_script.in]] - Used by various script-makers for batch jobs.
 * [[make_scriptA.seed]] - Seed file for [[make_scriptA]], the script-maker for batch autoregistering new images.
 * make_scriptF.in? seed? -
 * [[make_scriptP.seed]] - Seed file for [[make_scriptP]], the script-maker for iterating landmarks using [[lithosP]].
 * [[make_scriptR.seed]] - Seed file for [[make_scriptR]], the script-maker for batch registering new images.
 * [[make_scriptT.in]] - Used by [[make_scriptT]] to build [[run_script.b]]
 * [[MAPTRANS]] - Diagnostic tools to visualize maplet translations.

=== Other Input Files ===
 * [[GEOID.TXT]] - gives the geoid in X, Y, Z position. A 3 column file.
 * [[IFRAME.TXT]] - Converts to J2000
Line 149: Line 183:
 * [[LMRKLISTO.TXT]]
Line 150: Line 185:
 * [[LMRKLISTO.TXT]]
Line 152: Line 186:
 * [[PICTLIST.TXT]] - List of the images that are in the system  * [[MGRAV.TXT]] - produced by [[Mgrav.e]]. It contains vector position, potential, acceleration, slope and delta elevation.
 * [[MOSAIC.TXT]] - A list of images that [[mosaic]] uses to build a moasic
 * [[NEWFILES.TXT]]
 * [[OVERLAPS.TXT]]
Line 155: Line 192:
 * [[BIGLIST.TXT]] - List of mapfiles (bigmaps) used to make a new bigmap. Generated from [[bigmap.e]]
 * [[NEWFILES.TXT]]
 * [[OVERLAPS.TXT]]
 * [[SGRAV.TXT]] - produced from [[Sgrav.e]]. Similar to SHAPE.TXT with extra columns for surface acceleration, potential and laplacian (just as a check).
 * [[MGRAV.TXT]] - produced by [[Mgrav.e]]. It contains vector position, potential, acceleration, slope and delta elevation.
 * [[SHAPE.TXT]] - The shape model of the object. Done is 3 column format of vertex using x, y, z coordinates
 * [[GEOID.TXT]] - gives the geoid in X, Y, Z position. A 3 column file.
 * [[SHAPEC.TXT]] - gives the height above the surface. A 4 column file.
 * [[MOSAIC.TXT]] - A list of images that [[mosaic]] uses to build a moasic
 * [[make_sumfiles.in]] - List of new images to process
 * [[make_sumfiles.txt]] - SPICE references
 * [[IFRAME.TXT]] - Converts to J2000
 * [[INIT_LITHOS.TXT]]
Line 170: Line 194:

--------------------------------------------------------------------------------------------------------------------------------------------------

=== Output Files ===
 * [[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
 * [[SHAPEC.TXT]] - gives the height above the surface. A 4 column file.

--------------------------------------------------------------------------------------------------------------------------------------------------

=== Key Diagnostic Files ===
 * [[INSIDE.TXT]] - Only the maps that are inside of the most recent bigmap created
 * [[PICINFO.TXT]] - List all the images and parameters about them
 * [[RESIDUALS.TXT]] - Errors within the map and images
 * [[USED_MAPS.TXT]] - All maps used when making a bigmap
 * [[USED_PICS.TXT]] - All images used when making a bigmap

=== Other Output Files ===
Line 190: Line 224:
--------------------------------------------------------------------------------------------------------------------------------------------------

== Key Diagnostic Files ==
 * [[RESIDUALS.TXT]] - Errors within the map and images
 * [[INSIDE.TXT]] - Only the maps that are inside of the most recent bigmap created
 * [[USED_MAPS.TXT]] - All maps used when making a bigmap
 * [[USED_PICS.TXT]] - All images used when making a bigmap
 * [[PICINFO.TXT]] - List all the images and parameters about them
--------------------------------------------------------------------------------------------------------------------------------------------------

== Support Files ==
 . Usually these files are used to run batch jobs or scripts.
 * [[make_script.in]] - Used by various script-makers for batch jobs.
 * [[make_scriptA.seed]] - Seed file for [[make_scriptA]], the script-maker for batch autoregistering new images.
 * make_scriptF.in? seed? -
 * [[make_scriptP.seed]] - Seed file for [[make_scriptP]], the script-maker for iterating landmarks using [[lithosP]].
 * [[make_scriptR.seed]] - Seed file for [[make_scriptR]], the script-maker for batch registering new images.
 * [[make_scriptT.in]] - Used by [[make_scriptT]] to build [[run_script.b]]
 * [[MAPTRANS]] - Diagnostic tools to visualize maplet translations.

WIKI for Bob Gaskell's StereoPC

General Info

This is a wiki of some of the key programs and support files for Stereophotoclinometry. The wiki contains information derived about SPC during the Dawn mission, the Mercator Project and the OSIRIS-REx mission. There are different versions of the software, so there may be things that are different or not supported in your version, depending on what your version is. If you have suggestions or wish to help improve this document, please contact Eric Palmer to give you access.


Short Cuts


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. SubComponent testing has been performed on this version

  • 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 and are not in the SPOC software branch.
  • 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


Support Tools


How Tos

These are the "standard" blocks (or procedures) that can be used to do the most typical SPC tasks.

Block 1 - Setup Directory

Block 2 - Ingest

Block 3 - Register

Block 4 - Autoregister

Block 5 - Iterate

Block 6A - Lat/Lon Tiling

Block 6B - Bigmap Tiling

Block 7A - Clean Global

Block 7B - Clean Bigmap

Block 8 - Geometry/Residuals


Programs

The following list needs update. A full list of pages are located User Manual Author's Task List.

Lithosphere

  • 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

  • dynamics - appends inertial position deltas between consecutive images to NOMINALS used to constrain the spacecraft position.

  • geometry - solves a surface using spacecraft position, camera pointing, and landmark location.

  • lithos - aligns maplets to the current shape model and provides 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)

  • make_sumfiles - converts FITS image files to .DAT files and builds the NOMINALS and SUMFILES.

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

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

Coverage

  • map_coverage - shows the coverage that has been processed by resolution.

map_coverage.e - shows the coverage that has been processed by resolution

Imager

Shaper

  • bigmap - processes maplets to form a bigmap

  • bigmapL - a 'bigmap lite', used in the production of Zmaps.

  • densify - increases the resolution of a shape model by interpolating heights between landmarks.

  • densifyA - increases the resolution of a shape model using albedo between landmarks.

  • shape_info - generates DTM information

  • 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

Script Makers

Utilities

  • duplicates - Generates the make_script.in file to accompany script makers such as make_scriptP, comprising an ordered list of unique landmark names.

  • Export and Import - builds scripts to package up the new maplets/landmarks into a tar ball and to unpack maplets/landmarks and integrate into a master directory 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_list - looks for image names matches between LIMBLIST1.TXT and LMRKLIST.TXT.

  • make_lmrklistX - generates LMRKLISTX

  • make_pictlistX - Builds the file PICTLISTX.TXT which makes things run faster

  • make_sumfiles - Computes the SUMFILE and NOMINALS

  • make_tilefile - Generates the pixel/line maplet-center locations required to complete the tiling of a bigmap.

  • pr_template - (copy the codes for when making a new prog page)

  • process_img - Takes a list of files and creates make_sumfiles.in. Creates IMAGEFILE for each images

  • refresh_sumfiles.e - updates the sumfiles to match the maplets

  • Script Makers Overview - User guide for the script-maker program suite

  • showmap.e - generates an image (.pgm) for a specific bigmap

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

Support Files

Other Input Files


Key Diagnostic Files

Other Output Files


Deprecated


Old_landing_page

Help

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

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


CategoryHomepage

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