Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2015-05-21 12:10:41
Size: 871
Comment:
Revision 6 as of 2015-05-21 12:20:27
Size: 1645
Comment:
Deletions are marked like this. Additions are marked like this.
Line 28: Line 28:

=== LITHOS: Eliminate Pictures from Landmark ===
 * '''e''' - eliminate pictures from landmark
 * '''a''' - auto-eliminate
 * '''0,40,.2,.2,0,2''' - Input INVLIM,SLIM,CLIM,ILIM,RSMN,RSMX

{{attachment:lesson2_EliminatePicsFromLandmark.jpg||width=600}}

{{attachment:lesson2_EliminatePicsFromLandmark2.jpg||width=600}}

 * INVLIM = 1000 * MAX INVISIBLE FRACTION (0-1000)
 * SLIM = MAX EMISSION ANGLE (0-90)
 * CLIM = MIN FRACTION OF VISIBLE (0-1)
 * ILIM = MIN FRACTION IN SHADOW (0-1)
 * RSMN = MIN IMGSCALE/MAPSCALE (0-inf)
 * RSMX = MAX IMGSCALE/MAPSCALE (0-inf) =>set according to printout and LMRK_DISPLAY
 * Most permissible: 1000,90,0,0,0,inf => does not throw any image away
 * Least permissible: 0,0,1,1,inf,0 => throws all away

Lesson 2

Objectives

  • First we will generate a maplet with the following parameters:
    • center at -40,135 (lat,lon)
    • scale = 1 km/px
    • size = 99 x 99 px or 99 x 99 km
    • name = ‘LMK000’
  • Then we will tile LMK000 with 9 overlapping better resolution maplets (LMK001-LMK009)

LITHOS: Create New Landmark

  • LITHOS.e

  • c - create new landmark name

  • LMK000 - landmark name

  • l - define landmark control point by specifying a latitude and longitude on the body

  • -45,135 - lat, lon

  • 1,49 - enter scale (km/px), qsz

  • i - input landmark

  • LMK000 - landmark name (as previously named)

  • y - check for images?

  • 0.5 - fractional width

  • n - reject invisibles

  • In a second terminal:
    • cd Vesta
    • ls-Irt
    • display LMRK_Display1.pgm

LITHOS: Eliminate Pictures from Landmark

  • e - eliminate pictures from landmark

  • a - auto-eliminate

  • 0,40,.2,.2,0,2 - Input INVLIM,SLIM,CLIM,ILIM,RSMN,RSMX

lesson2_EliminatePicsFromLandmark.jpg

lesson2_EliminatePicsFromLandmark2.jpg

  • INVLIM = 1000 * MAX INVISIBLE FRACTION (0-1000)
  • SLIM = MAX EMISSION ANGLE (0-90)
  • CLIM = MIN FRACTION OF VISIBLE (0-1)
  • ILIM = MIN FRACTION IN SHADOW (0-1)
  • RSMN = MIN IMGSCALE/MAPSCALE (0-inf)
  • RSMX = MAX IMGSCALE/MAPSCALE (0-inf) =>set according to printout and LMRK_DISPLAY

  • Most permissible: 1000,90,0,0,0,inf => does not throw any image away

  • Least permissible: 0,0,1,1,inf,0 => throws all away

Lesson 2 (last edited 2016-08-04 07:32:53 by EricPalmer)