Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2016-01-25 14:21:18
Size: 1763
Editor: tcampb
Comment:
Revision 6 as of 2016-01-25 17:00:14
Size: 2335
Editor: tcampb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * '''compMap''' - This will take two .MAP files as input and will output a file with the cell by cell difference of height values. CompMap will also output a few other stats such as max and min deviation, and an RMS value for the deviations which is known to be calculated incorrectly in the current version (1.1). This is a "quick and dirty" look at the difference between .MAP files, and does not account for any geometry, only relative deviations between the files.  * '''compMap''' - This will take two .MAP files as input and will output a file with the cell by cell difference of height values. CompMap will also output a few other stats such as max and min deviation, and an RMS value for the deviations. This is a "quick and dirty" look at the difference between .MAP files, and does not account for any geometry, only relative deviations between the files.
Line 9: Line 9:
 * '''compMapVec''' - Same as compMap, including the RMS calculation error in current version (1.3), but compMapVec adds the radius magnitude of the .MAP center point to each height value to make the differences more meaningful. This way maplet center points, which by default have a height value of 0, will no longer cause the saved differences to be skewed.  * '''compMapVec''' - Same as compMap, but compMapVec adds the radius magnitude of the .MAP center point to each height value to make the differences more meaningful. This way maplet center points, which by default have a height value of 0, will no longer cause the saved differences to be skewed.
Line 11: Line 11:
 * diffShape -  * '''diffShape''' - Very quick tool to compare two ICQ shape files and give an approximate RMS deviation between them. This tool assigns heights to a grid and subtracts the the two grids. This method, while very fast, does not account for surface area causing each grid cell to be of equivalent size regardless of
Line 13: Line 13:
 * diffShape60 -  * '''diffShape60''' - Same as diffShape, only limiting the RMS calculation to the central 120 degrees latitude (-60,60) which corresponds to approximately 86% of the surface (sphere).
Line 25: Line 25:
 * [[updateDisplay]] -  * [[updateDisplay]] - Script that should be run in the background to continually update images on a web server. This allows us to easily view and align images while creating and fixing landmarks in [[lithos]] as well as check alignment while using [[register]].

Support Tools

  • bigMapRef - Similar to bigmap, but allows the user to fix the coordinate frame of the desired bigmap. This is done by specifying the name of a map or bigmap to take the coordinate frame from at the beginning of the bigmap in-file. This is a necessary prerequisite if you wish to compare 1D "traces" of two or more maps.

  • buildShape.sh - Useful script for building a shape model using "standard" methods. This script runs dumber and densify and needs to be updated before each use to ensure proper naming of the shape files and proper paths. Since the process for building a shape is almost always the same, having a script that runs standard options and can be altered as needed is very beneficial.

  • compMap - This will take two .MAP files as input and will output a file with the cell by cell difference of height values. CompMap will also output a few other stats such as max and min deviation, and an RMS value for the deviations. This is a "quick and dirty" look at the difference between .MAP files, and does not account for any geometry, only relative deviations between the files.

  • compMapVec - Same as compMap, but compMapVec adds the radius magnitude of the .MAP center point to each height value to make the differences more meaningful. This way maplet center points, which by default have a height value of 0, will no longer cause the saved differences to be skewed.

  • diffShape - Very quick tool to compare two ICQ shape files and give an approximate RMS deviation between them. This tool assigns heights to a grid and subtracts the the two grids. This method, while very fast, does not account for surface area causing each grid cell to be of equivalent size regardless of

  • diffShape60 - Same as diffShape, only limiting the RMS calculation to the central 120 degrees latitude (-60,60) which corresponds to approximately 86% of the surface (sphere).

  • displayLandmark -
  • dumpMapHeaders -
  • flatMap -
  • flatMapVec -
  • mambo5.py -
  • updateDisplay - Script that should be run in the background to continually update images on a web server. This allows us to easily view and align images while creating and fixing landmarks in lithos as well as check alignment while using register.

Support Tools (last edited 2023-03-24 06:11:50 by DalyTerik)