Loading isis/src/base/apps/handmos/tsts/overlay/Makefile 0 → 100644 +13 −0 Original line number Diff line number Diff line APPNAME = handmos include $(ISISROOT)/make/isismake.tsts commands: $(CP) $(INPUT)/tychogrid.cub $(OUTPUT); $(APPNAME) from=$(INPUT)/20kmgrid3.cub \ mosaic=$(OUTPUT)/tychogrid.cub \ priority=ontop \ outsample=1001 \ outline=1001 \ outband=1 \ create=no > /dev/null; isis/src/base/objs/ProcessMosaic/ProcessMosaic.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -277,7 +277,6 @@ namespace Isis { if (m_trackingEnabled) { //Get the last band set aside for "Origin" 1 based iOriginBand = OutputCubes[0]->bandCount(); m_onb--; iChanged = 0; // For mosaic creation, the input is copied onto mosaic by default Loading isis/src/base/objs/ProcessMosaic/ProcessMosaic.h +2 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,8 @@ namespace Isis { * the placement criteria (priority=band). The only way to place * special or null pixels is to check those options in mapmos or * automos. Fixes #1620. Fixes #1623. * @history 2014-07-23 Janet Barrett - Fixed the StartProcess method to allow the overlay of * an input file on a pre-existing output file. Fixed #751. */ class ProcessMosaic : public Process { Loading Loading
isis/src/base/apps/handmos/tsts/overlay/Makefile 0 → 100644 +13 −0 Original line number Diff line number Diff line APPNAME = handmos include $(ISISROOT)/make/isismake.tsts commands: $(CP) $(INPUT)/tychogrid.cub $(OUTPUT); $(APPNAME) from=$(INPUT)/20kmgrid3.cub \ mosaic=$(OUTPUT)/tychogrid.cub \ priority=ontop \ outsample=1001 \ outline=1001 \ outband=1 \ create=no > /dev/null;
isis/src/base/objs/ProcessMosaic/ProcessMosaic.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -277,7 +277,6 @@ namespace Isis { if (m_trackingEnabled) { //Get the last band set aside for "Origin" 1 based iOriginBand = OutputCubes[0]->bandCount(); m_onb--; iChanged = 0; // For mosaic creation, the input is copied onto mosaic by default Loading
isis/src/base/objs/ProcessMosaic/ProcessMosaic.h +2 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,8 @@ namespace Isis { * the placement criteria (priority=band). The only way to place * special or null pixels is to check those options in mapmos or * automos. Fixes #1620. Fixes #1623. * @history 2014-07-23 Janet Barrett - Fixed the StartProcess method to allow the overlay of * an input file on a pre-existing output file. Fixed #751. */ class ProcessMosaic : public Process { Loading