Commit b9341911 authored by Tyler Wilson's avatar Tyler Wilson
Browse files

PROG: Updated pds2isis tests so that the output cube labels are compared as...

PROG: Updated pds2isis tests so that the output cube labels are compared as well as the cube DN values.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@7267 41f8697f-d340-4b68-9986-7bafba869bb8
parent f6a0a81e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,4 +7,4 @@ include $(ISISROOT)/make/isismake.tsts
commands:
	$(APPNAME) from=$(INPUT)/ab102401.img \
	  to=$(OUTPUT)/pds2isisTruth.cub > /dev/null;
	  catlab from=$(OUTPUT)/pds2isisTruth.cub to=$(OUTPUT)/labels.txt> /dev/null;
	  catlab from=$(OUTPUT)/pds2isisTruth.cub to=$(OUTPUT)/pds2isisTruth.pvl > /dev/null;
+1 −1
Original line number Diff line number Diff line
@@ -13,4 +13,4 @@ commands:
	setlrsrange=yes lrsmin=96.0 lrsmax=125.0 \
	setlisrange=yes lismin=65.0 lismax=95.0 \
	> /dev/null;
	catlab from=$(OUTPUT)/pds2isisTruth.cub to=$(OUTPUT)/labels.txt > /dev/null;
	catlab from=$(OUTPUT)/pds2isisTruth.cub to=$(OUTPUT)/pds2isisTruth.pvl > /dev/null;
+3 −2
Original line number Diff line number Diff line
@@ -4,5 +4,6 @@ include $(ISISROOT)/make/isismake.tsts

commands:
	$(APPNAME) from=$(INPUT)/BILtestData.LBL \
	to=$(OUTPUT)/testBILtruth.cub+32bit \
	> /dev/null;
	to=$(OUTPUT)/testBILtruth.cub+32bit > /dev/null;
	catlab from=$(OUTPUT)/testBILtruth.cub to=$(OUTPUT)/testBILtruth.pvl > /dev/null;
   
+2 −2
Original line number Diff line number Diff line
@@ -8,5 +8,5 @@ include $(ISISROOT)/make/isismake.tsts

commands:
	$(APPNAME) from=$(INPUT)/BIPtestData.LBL \
	to=$(OUTPUT)/testBIPtruth.cub+32bit \
	> /dev/null;
	to=$(OUTPUT)/testBIPtruth.cub+32bit > /dev/null;
	catlab from=$(OUTPUT)/testBIPtruth.cub to=$(OUTPUT)/testBIPtruth.pvl > /dev/null;
+1 −0
Original line number Diff line number Diff line
@@ -5,3 +5,4 @@ include $(ISISROOT)/make/isismake.tsts
commands:
	$(APPNAME) from=$(INPUT)/30i001ci.qub \
	 to=$(OUTPUT)/30i001ci.cub > /dev/null;
	catlab from=$(OUTPUT)/30i001ci.cub to=$(OUTPUT)/30i001ci.pvl > /dev/null;