|
Size: 72
Comment:
|
Size: 333
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| Put images in the ~/DAWN/NEW_IMAGES Build a list of images to process, ['newpix.txt']. This is used by ['process_img'] to read the images and build make_sumfiles.in. |
|
| Line 3: | Line 6: |
| {{{ | |
| Line 4: | Line 8: |
| ls > newpix.txt | /bin/ls > newpix.txt |
| Line 6: | Line 10: |
}}} {{{ ~/bin/e.process_img }}} Output is ['make_sumfiles.in'] |
Put images in the ~/DAWN/NEW_IMAGES
Build a list of images to process, ['newpix.txt']. This is used by ['process_img'] to read the images and build make_sumfiles.in.
cd ~/DAWN/NEW_IMAGES /bin/ls > newpix.txt mv newpix.txt ../../working
~/bin/e.process_img
Output is ['make_sumfiles.in']
