Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2014-01-31 15:17:27
Size: 72
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 3: Line 7:
{{{
Line 6: Line 11:


}}}

{{{

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