Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2014-01-31 15:17:27
Size: 72
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:
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']

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