Differences between revisions 3 and 4
Revision 3 as of 2014-01-31 15:20:57
Size: 330
Editor: EricPalmer
Comment:
Revision 4 as of 2014-01-31 15:21:47
Size: 333
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Line 9: Line 8:
ls > newpix.txt /bin/ls > newpix.txt

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']

do_process_img (last edited 2015-05-06 11:15:24 by localhost)