Differences between revisions 7 and 8
Revision 7 as of 2015-05-21 11:26:05
Size: 961
Comment:
Revision 8 as of 2015-05-21 11:27:06
Size: 1170
Comment:
Deletions are marked like this. Additions are marked like this.
Line 41: Line 41:

=== Make Sumfiles ===
'''../DAWN/UTILITIES/make_sumfiles.e'''
  Use B-Frame? (y/n)
'''y'''
  0. Create SUMFILES & NOMINALS and ..
  1. Update old NOMINALS and ..
  2. Update old SUMFILES
'''1'''

Lesson 1

Objectives (shown again)

File Structure

  • Main directory (Vesta)
    • IMAGEFILES/
    • MAPFILES/
    • NOMINALS/
    • SUMFILES/
    • SHAPEFILES/
    • .in files
    • .txt and .TXT files

Process New Images

  • cd ../DAWN/NEW_IMAGES_2011_206

  • ls -1 > $myvesta/newpix.txt

  • cd ../NEW_IMAGES_2011_207

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

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

  • $myvesta = BEE/Vesta/

Display Images

  • cd Vesta
  • ls IMAGEFILES (select and copy any image name)
  • display.e
  • FC21A0002510

  • n
  • n
  • cp TEMPFILE.pgm ./Display/FC21A0002510R.pgm

  • display TEMPFILE.pgm &

Make Sumfiles

../DAWN/UTILITIES/make_sumfiles.e

  • Use B-Frame? (y/n)

y

  1. Create SUMFILES & NOMINALS and ..

  2. Update old NOMINALS and ..
  3. Update old SUMFILES

1

Lesson 1 (last edited 2015-05-21 11:50:57 by KristoferDrozd)