Differences between revisions 1 and 21 (spanning 20 versions)
Revision 1 as of 2013-01-18 11:54:00
Size: 164
Editor: EricPalmer
Comment:
Revision 21 as of 2016-01-25 09:44:53
Size: 2269
Editor: tcampb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= geometry.e = = geometry =
===== (Compiled by TC) =====
Line 3: Line 4:
Makes a surface <<BR>>
= BACK UP YOUR WORK BEFORE RUNNING GEOMETRY =
<<BR>>
Line 5: Line 8:
=== Input - files ===
 * B
== Description ==
Makes a surface by solving for the spacecraft position, spacecraft pointing, and Landmark locations.
Line 8: Line 11:
=== Input - stdin === == Requires ==
 * [[LMKFILES]]/
 * [[IMAGEFILES]]/
 * [[PICTLIST.TXT]]
 * [[LMRKLIST.TXT]]
 * [[LMRKLIST1.TXT]]
 * [[MAPFILES]]/
 * [[INIT_LITHOS.TXT]]
 * [[SHAPE.TXT]] - This is the shape model that is stored in directory SHAPEFILES.
 * [[SUMFILES]]/
Line 10: Line 22:
 * == Input stdin ==

  . 1: landmark vectors.
  . 2: camera pointing, scobj
  . 0: end.

 input operation list
Line 12: Line 30:
   120
Line 15: Line 33:
 enter number of iterations
{{{
   3
}}}
Line 16: Line 38:
 use limbs for pointing? (y/n)
{{{
   y
}}}
Line 17: Line 43:
=== Output ===
 *
----
 continue? (y/n)
{{{
   n
}}}
Line 21: Line 48:
CategoryPrograms == Output ==

 * [[SUMFILES]]/
 * [[LMKFILES]]/
 * [[MAPFILES]]/

== PowerPoint Notes ==

=== Geometry Estimation Terms ===

 * Spacecraft State - Position and orientation of spacecraft affects size and location of the body in an image. Errors are reflected by offsets of extracted image data from maplets for all maplets in the image.
 * Control Point Location - An error in the body-fixed control point location is reflected by offsets of extracted image data for all images containing the maplets.
 * Rotation - An error in the transformation from inertial to body fixed frames is reflected in time-dependent offsets in extracted image data for all maplets in all images.
 * Differential Stereo - Errors in the maplet heights relative to the center are reflected by differential shifts of features within the extracted image data in addition to displacements from the maplets themselves.
{{attachment:geometry_imagedataoffset.jpg||width=400}}
{{attachment:geometry_errosfromincorrectdataoffset.jpg||width=450}}

=== More in Depth Description of Geometry ===

 * Global solution for camera pointing and body-fixed maplet location.
 * Iterative process:
  * Weighted least-squares solution of landmarks (control points) based on:
   * Nominal camera pointing and position
   * Relative landmark-to-landmark location
  * Weighted least-squares solution of camera position and pointing based on landmark location

{{attachment:geometry_outline.jpg||width=500}}

geometry

(Compiled by TC)


BACK UP YOUR WORK BEFORE RUNNING GEOMETRY


Description

Makes a surface by solving for the spacecraft position, spacecraft pointing, and Landmark locations.

Requires

Input stdin

  • 1: landmark vectors.
  • 2: camera pointing, scobj
  • 0: end.
  • input operation list

   120
  • enter number of iterations

   3
  • use limbs for pointing? (y/n)

   y
  • continue? (y/n)

   n

Output

PowerPoint Notes

Geometry Estimation Terms

  • Spacecraft State - Position and orientation of spacecraft affects size and location of the body in an image. Errors are reflected by offsets of extracted image data from maplets for all maplets in the image.
  • Control Point Location - An error in the body-fixed control point location is reflected by offsets of extracted image data for all images containing the maplets.
  • Rotation - An error in the transformation from inertial to body fixed frames is reflected in time-dependent offsets in extracted image data for all maplets in all images.
  • Differential Stereo - Errors in the maplet heights relative to the center are reflected by differential shifts of features within the extracted image data in addition to displacements from the maplets themselves.

geometry_imagedataoffset.jpg geometry_errosfromincorrectdataoffset.jpg

More in Depth Description of Geometry

  • Global solution for camera pointing and body-fixed maplet location.
  • Iterative process:
    • Weighted least-squares solution of landmarks (control points) based on:
      • Nominal camera pointing and position
      • Relative landmark-to-landmark location
    • Weighted least-squares solution of camera position and pointing based on landmark location

geometry_outline.jpg

geometry (last edited 2020-02-19 11:13:45 by JohnWeirich)