Differences between revisions 6 and 7
Revision 6 as of 2015-05-26 09:55:55
Size: 1721
Comment:
Revision 7 as of 2015-05-26 09:57:18
Size: 2099
Comment:
Deletions are marked like this. Additions are marked like this.
Line 67: Line 67:

=== Tile LMK000 ===
 * Now we will tile LMK000 with 9 overlapping better resolution maplets
 * Our new maplets will have the following properties:
  * centers at pix,line in LMK000
   * (25,25) (25,50) (25,75)
   * (50,25) (50,50) (50,75)
   * (75,25) (75,50) (75,75)
  * scale = 0.4 km/px
  * size = 99 x 99 px or ~ 40 x 40 km
  * name = LMK001-LMK009

Lesson 3

Objectives (Already Shown)

  • Add new images
    • Run CONVERT, make_sumfiles, and DYNAMICS
  • Manually tile LMK001 with 9, 0.4 km/px maplets
  • Run coverage to plot maplets
  • Run GEOMETRY and RESIDUALS
    • Check for poor residuals

Process New Images (Not sure how else to show this... seems sketchy)

  • cd ../DAWN/NEW_IMAGES_2011_212
  • ls -1 > $myvesta/newpix.txt

  • cd ../NEW_IMAGES_2011_212
  • ls -1 >> $myvesta/newpix.txt

  • repeat for all folders 218 through 241

  • cd $myvesta
  • ../DAWN/UTILITIES/PROCESS_IMG.e
  • NEW_IMAGES_2011_212
  • NEW_IMAGES_2011_218
  • NEW_IMAGES_2011_223
  • NEW_IMAGES_2011_226
  • NEW_IMAGES_2011_230
  • NEW_IMAGES_2011_232
  • NEW_IMAGES_2011_235
  • NEW_IMAGES_2011_238
  • NEW_IMAGES_2011_241

Make Sumfiles

  • ../DAWN/UTILITIES/make_sumfiles.e

  • y - Use B-Frame? (y/n)

    • 0. Create SUMFILES & NOMINALS and ..

    • 1. Update old NOMINALS and ..
    • 2. Update old SUMFILES
  • 1

Dynamics

  • emacs DYNAMICS.TXT

  • emacs PICTLIST.TXT

  • copy FC21A0003298 thru FC21A0003910 from PICTLIST.TXT into ‘APPROACH’ in DYNAMICS.TXT
  • copy FC21A0003931 thru FC21A0006732 from PICTLIST.TXT into ‘SURVEY’ in DYNAMICS.TXT
  • DYAMICS.e

ETLM=  1800, 1.D-6      APPROACH
VSIG= 0.200, 0.200, 0.200
PSIG= 0.0001, 0.0001, 0.0001
 FC21A0002099
 FC21A0002101
FC21A0003895
 FC21A0003910
ETLM=  1800, 1.D-6      SURVEY
VSIG= 0.100, 0.100, 0.040
PSIG= 0.0001, 0.0001, 0.0001
 FC21A0003931
 FC21A0003932
FC21A0006731
 FC21A0006732
ETLM=  1800, 1.D-6      SURVEY TO HAMO
VSIG= 0.200, 0.200, 0.200
PSIG= 0.0001, 0.0001, 0.0001
END

Tile LMK000

  • Now we will tile LMK000 with 9 overlapping better resolution maplets
  • Our new maplets will have the following properties:
    • centers at pix,line in LMK000
      • (25,25) (25,50) (25,75)
      • (50,25) (50,50) (50,75)
      • (75,25) (75,50) (75,75)
    • scale = 0.4 km/px
    • size = 99 x 99 px or ~ 40 x 40 km
    • name = LMK001-LMK009

Lesson 3 (last edited 2015-06-03 00:09:38 by EricPalmer)