Commit 9ddb4711 authored by Tyler Wilson's avatar Tyler Wilson
Browse files

PROG: New Makefile for jigsaw: imagesOutCSV test with perl code which strips...

PROG:  New Makefile for jigsaw: imagesOutCSV test with perl code which strips out absolute-path information from filenames in the output.  References #4314

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@7180 41f8697f-d340-4b68-9986-7bafba869bb8
parent d072e07a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ commands:
			   bundleout_txt=no \
			   output_csv=no \
			   residuals_csv=no \
	           file_prefix=$(OUTPUT)/ > /dev/null;
	           file_prefix=$(OUTPUT)/;
	$(CAT) $(OUTPUT)/bundleout_images.csv \
	       | perl -pe 's/(^|,|: )([^,:]+\/)([^,\/:]*\.)(net|cub)/\1\3\4/g' 2>/dev/null \
	       > $(OUTPUT)/bundleout_images.csv;           
	$(RM) $(OUTPUT)/cube.lis > /dev/null;
	$(RM) $(OUTPUT)/*.net > /dev/null;