Commit 07f432e7 authored by Tyler Wilson's avatar Tyler Wilson
Browse files

PROG: Modified Makefile for jigsaw:apollo test to strip out absolute...

PROG:  Modified Makefile for jigsaw:apollo test to strip out absolute directory info in filenames for the images_out.csv file.  References #4314

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@7181 41f8697f-d340-4b68-9986-7bafba869bb8
parent 9ddb4711
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -50,10 +50,10 @@ commands:
	$(CAT) $(OUTPUT)/residuals.csv \
	       | perl -pe 's/(^|,|: )([^,:]+\/)([^,\/:]*\.)(net|cub)/\1\3\4/g' 2>/dev/null \
	       > $(OUTPUT)/apollo_residuals.csv;
#	$(CAT) bundleout_images.csv \
#	       | perl -pe 's/(^|,|: )([^,:]+\/)([^,\/:]*\.)(net|cub)/\1\3\4/g' 2>/dev/null \
#	       > $(OUTPUT)/apollo_cholmod_bundleout_images.csv;
	#$(RM) bundleout_images.csv > /dev/null;
	$(CAT) $(OUTPUT)/bundleout_images.csv \
	       | perl -pe 's/(^|,|: )([^,:]+\/)([^,\/:]*\.)(net|cub)/\1\3\4/g' 2>/dev/null \
	       > $(OUTPUT)/apollo_bundleout_images.csv;
	$(RM) $(OUTPUT)/bundleout_images.csv > /dev/null;
	$(MV) $(OUTPUT)/bundleout_points.csv $(OUTPUT)/apollo_bundleout_points.csv > /dev/null;
	$(RM) $(OUTPUT)/bundleout.txt print.prt > /dev/null;
	$(RM) $(OUTPUT)/residuals.csv > /dev/null;