Commit 960f0082 authored by Jesse Mapel's avatar Jesse Mapel
Browse files

PROG: Added a multiple algorithm set test for findfeatures. References #4765/

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7605 41f8697f-d340-4b68-9986-7bafba869bb8
parent 67f9cba1
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
APPNAME = findfeatures

include $(ISISROOT)/make/isismake.tsts

commands:
	$(APPNAME) algorithm="brisk/brisk|surf@hessianThreshold:100/surf" \
	           match=$(INPUT)/EW0211981114G.lev1.cub  \
	           from=$(INPUT)/EW0242463603G.lev1.cub \
	           epitolerance=1.0 \
	           ratio=0.650 \
	           hmgtolerance=1.0\
	           networkid="EW0211981114G_EW0242463603G" \
	           pointid="EW0211981114G_?????" \
	           onet=$(OUTPUT)/EW0211981114G.net \
	           description="Test MESSENGER pair" \
	           debug=false \
	           >& /dev/null;