Size: 699
Comment:
|
Size: 1166
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 ls -1 > $myvesta/newpix.txt cd ../NEW_IMAGES_2011_207 ls -1 >> $myvesta/newpix.txt cd $myvesta ../DAWN/UTILITIES/PROCESS_IMG.e |
* 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 29: | Line 29: |
$myvesta = BEE/Vesta/ | * $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''' 0. Create SUMFILES & NOMINALS and .. 1. Update old NOMINALS and .. 2. Update old SUMFILES '''1''' |
Lesson 1
Objectives (shown again)
- Gain familiarity with file structure
Process new images to use in solution (convert/PROCESS_IMG)
display.e an image for context
Run dynamics
register a couple images
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
Create SUMFILES & NOMINALS and ..
- Update old NOMINALS and ..
- Update old SUMFILES
1