Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2015-05-21 11:16:58
Size: 302
Comment:
Revision 6 as of 2015-05-21 11:24:48
Size: 738
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * Display an image for context  * [[display.e]] an image for context
Line 10: Line 10:

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

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/

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