Differences between revisions 1 and 2
Revision 1 as of 2015-05-26 11:16:15
Size: 367
Comment:
Revision 2 as of 2015-05-26 11:24:17
Size: 1390
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:

=== Process last set of images ===
 * cd ../DAWN/NEW_IMAGES_2011_246
 * ls -1 > $myvesta/newpix.txt
 * cd $myvesta
 * ../DAWN/UTILITIES/PROCESS_IMG.e

=== 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'''

 * FC21A0006742 through the end from PICTLIST.TXT into ‘SURVEY to HAMO’ 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
FC21A0006742
...
FC21A0006781
END
}}}

Lesson 4

Objectives

  • AUTOREGISTER, Create Bigmap from 0.4 pm/px maps, set up batch run tiling (3-4 hours)
    • CONVERT last set of images
    • AUTOREGISTER
    • Create bigmap at 0.4 km/px resolution
    • Set up batch run
      • Map_coverage
      • Make_tilefile
      • Make_scriptT
      • Find_nofitT
    • Iterate using GEOMETRY, RESIDUALS, and LITHOS

Process last set of images

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

  • cd $myvesta
  • ../DAWN/UTILITIES/PROCESS_IMG.e

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

  • FC21A0006742 through the end from PICTLIST.TXT into ‘SURVEY to HAMO’ 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
FC21A0006742
...
FC21A0006781
END

Lesson 4 (last edited 2015-06-03 00:09:15 by EricPalmer)