Loading isis/src/base/apps/ringspt/tsts/imagePosition/Makefile +6 −4 Original line number Diff line number Diff line Loading @@ -26,10 +26,12 @@ APPNAME = ringspt include $(ISISROOT)/make/isismake.tsts commands: $(APPNAME) from=$(INPUT)/W1591159850_1_cal.cub > $(OUTPUT)/redirectedOutput.txt; echo -e "Group = Results" &> $(OUTPUT)/centersample_centerline_lev1.pvl; $(CAT) $(OUTPUT)/redirectedOutput.txt | grep -v "Processed" | grep -v "ringspt" \ >> $(OUTPUT)/centersample_centerline_lev1.pvl; $(APPNAME) from=$(INPUT)/W1591159850_1_cal.cub \ to=$(OUTPUT)/centersample_centerline_lev1.pvl \ > /dev/null; # echo -e "Group = Results" &> $(OUTPUT)/centersample_centerline_lev1.pvl; # $(CAT) $(OUTPUT)/redirectedOutput.txt | grep -v "Processed" | grep -v "ringspt" \ # >> $(OUTPUT)/centersample_centerline_lev1.pvl; $(APPNAME) from=$(INPUT)/W1591159850_1_cal.cub \ to=$(OUTPUT)/appendedOutput_tmp.txt \ format=flat \ Loading Loading
isis/src/base/apps/ringspt/tsts/imagePosition/Makefile +6 −4 Original line number Diff line number Diff line Loading @@ -26,10 +26,12 @@ APPNAME = ringspt include $(ISISROOT)/make/isismake.tsts commands: $(APPNAME) from=$(INPUT)/W1591159850_1_cal.cub > $(OUTPUT)/redirectedOutput.txt; echo -e "Group = Results" &> $(OUTPUT)/centersample_centerline_lev1.pvl; $(CAT) $(OUTPUT)/redirectedOutput.txt | grep -v "Processed" | grep -v "ringspt" \ >> $(OUTPUT)/centersample_centerline_lev1.pvl; $(APPNAME) from=$(INPUT)/W1591159850_1_cal.cub \ to=$(OUTPUT)/centersample_centerline_lev1.pvl \ > /dev/null; # echo -e "Group = Results" &> $(OUTPUT)/centersample_centerline_lev1.pvl; # $(CAT) $(OUTPUT)/redirectedOutput.txt | grep -v "Processed" | grep -v "ringspt" \ # >> $(OUTPUT)/centersample_centerline_lev1.pvl; $(APPNAME) from=$(INPUT)/W1591159850_1_cal.cub \ to=$(OUTPUT)/appendedOutput_tmp.txt \ format=flat \ Loading