Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2022-04-28 12:11:04
Size: 1018
Editor: EricPalmer
Comment:
Revision 3 as of 2022-05-17 07:18:19
Size: 1934
Editor: DalyTerik
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
Line 9: Line 10:
 * SHAPEFILES/SHAPE.TXT. This could be [[SHAPE.TXT]] or some other shape model (e.g., [[SHAPE1.TXT]], etc.)

distortion will read the fi
 * ./[[DISTORTION.TXT]]
 * ./REGFILES/PICNAME.REG
 * ./make_sumfiles.in
Line 15: Line 16:
 * SHAPEFILES/[[COVERAGE.TXT]]  * None
Line 18: Line 19:
== Using shape_coverage ==
1. Run '''shape_coverage'''.
== Important parameters ==
The first line of DISTORTION.TXT determines which parameters the program will solve for. The original Owen model had 6 parameters, E1, E2, E3, E4, E5, and E6. Ordinarily, you only solve for E2, E5, and E6. However, an E4 term also exists, and DISTORTION can solve for it. Here is a list of the options for that first line and what they mean:
 * 6 excludes E4, E5, and E6
 * 8 excludes only E4 (which is a chordic radial distortion)
For a NAC, like DRACO, we don't want an E4 term. We only want E2, E5, and E6. So, we set the first line of DISTORTION.TXT to 8.
Line 21: Line 25:
{{{
shape_coverage
SHAPEFILES/SHAPE.TXT
smin smax tol minpic
}}}
The fourth line is an initial guess at the distortion parameters. At the outset, you assume no distortion, so all of these values are set to 0.
Line 27: Line 27:
where smin is the minimum maplet scale in km you wish to include, smax is the maximum maplet scale in km you wish to include, tol is a search range along surface normal (i.e., how far to search for a maplet; same idea as [[densify]]), and minpic in the minimum number of pictures. If set to 0, then all maplets will be considered.
Line 29: Line 28:
2. Use [[COVERAGE.TXT]] as an input to shape2mapsA
== Using distortion ==


distortion
      1089 37547 0.410
     0.021 0.033 -0.068
     0.033 0.040 0.174
  ITERATE? (y/n)


== Using distortion ==

'''Warning!''' A single bad REG file can cause major issues. Before running distortion, ensure that the .REG files have at least 7 stars (file size >1 KB) and that each stars is centered in its red cross hairs in TEMPFILE.ppm. You must be confident in every REG file to ensure that you don't shoot yourself in the foot.

1. Set up [[DISTORTION.TXT]]. The first five lines contain information that control the parameters that DISTORTION solves for.
 * First line:

8                                   (6 Excludes e4, e5, e6) (8 excludes e4)



2. Run distortion

distortion

Category DART

Version 1.0

Description

distortion

Input Files

Output Files

  • None

== Important parameters == The first line of DISTORTION.TXT determines which parameters the program will solve for. The original Owen model had 6 parameters, E1, E2, E3, E4, E5, and E6. Ordinarily, you only solve for E2, E5, and E6. However, an E4 term also exists, and DISTORTION can solve for it. Here is a list of the options for that first line and what they mean:

  • 6 excludes E4, E5, and E6
  • 8 excludes only E4 (which is a chordic radial distortion)

For a NAC, like DRACO, we don't want an E4 term. We only want E2, E5, and E6. So, we set the first line of DISTORTION.TXT to 8.

The fourth line is an initial guess at the distortion parameters. At the outset, you assume no distortion, so all of these values are set to 0.

Using distortion

distortion

  • 1089 37547 0.410
  • 0.021 0.033 -0.068 0.033 0.040 0.174
  • ITERATE? (y/n)

Using distortion

Warning! A single bad REG file can cause major issues. Before running distortion, ensure that the .REG files have at least 7 stars (file size >1 KB) and that each stars is centered in its red cross hairs in TEMPFILE.ppm. You must be confident in every REG file to ensure that you don't shoot yourself in the foot.

1. Set up DISTORTION.TXT. The first five lines contain information that control the parameters that DISTORTION solves for.

  • First line:

8                                   (6 Excludes e4, e5, e6) (8 excludes e4)

2. Run distortion

shape2mapsA
SHAPEFILES/COVERAGE.TXT

3. Use view_shapeA to visualize the coverage on the shape. Note that if you only run view_shape, you will not see the coverage.

distortion (last edited 2022-05-20 12:57:24 by DalyTerik)