Differences between revisions 2 and 3
Revision 2 as of 2014-01-31 15:17:41
Size: 84
Editor: EricPalmer
Comment:
Revision 3 as of 2014-01-31 15:20:57
Size: 330
Editor: EricPalmer
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 9: Line 14:

{{{

~/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
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)