Differences between revisions 2 and 3
Revision 2 as of 2022-05-16 15:50:02
Size: 1224
Editor: DalyTerik
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:
 * [[DISTORTION.TXT]]  * ./[[DISTORTION.TXT]]
 * ./REGFILES/PICNAME.REG
 * ./make_sumfiles.in


== 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.
Line 13: Line 29:
== Output Files ==
 * SHAPEFILES/[[COVERAGE.TXT]]
== Using distortion ==


distortion
      1089 37547 0.410
     0.021 0.033 -0.068
     0.033 0.040 0.174
  ITERATE? (y/n)
Line 21: Line 43:
1. Run '''shape_coverage'''. 1. Set up [[DISTORTION.TXT]]. The first five lines contain information that control the parameters that DISTORTION solves for.
 * First line:
Line 23: Line 46:
{{{
shape_coverage
SHAPEFILES/SHAPE.TXT
smin smax tol minpic
}}}
8                                   (6 Excludes e4, e5, e6) (8 excludes e4)
Line 29: Line 48:
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 31: Line 49:
2. Use [[COVERAGE.TXT]] as an input to shape2mapsA
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)