Differences between revisions 4 and 12 (spanning 8 versions)
Revision 4 as of 2015-05-21 11:20:48
Size: 709
Comment:
Revision 12 as of 2015-05-21 11:29:17
Size: 1215
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
=== File Structure == === File Structure ===
Line 22: Line 22:
cd ../DAWN/NEW_IMAGES_2011_206  * 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'''
Line 24: Line 29:
ls -1 > $myvesta/newpix.txt  * $myvesta = BEE/Vesta/
Line 26: Line 31:
cd ../NEW_IMAGES_2011_207 === Display Images ===
 * cd Vesta
 * ls IMAGEFILES (select and copy any image name)
Line 28: Line 35:
ls -1 >> $myvesta/newpix.txt  * display.e
 * '''FC21A0002510'''
 * n
 * n
 * cp TEMPFILE.pgm ./Display/'''FC21A0002510R'''.pgm
 * display TEMPFILE.pgm &
Line 30: Line 42:
cd $myvesta

../DAWN/UTILITIES/PROCESS_IMG.e

$myvesta = BEE/Vesta/
=== 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''' - update old NOMINALS and ..

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

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

 0.  Create SUMFILES & NOMINALS and ..
 1.  Update old NOMINALS and ..
 2.  Update old SUMFILES 
  • 1 - update old NOMINALS and ..

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