Loading isis/src/base/apps/trackextract/trackextract.cpp +5 −1 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ void IsisMain() { createTrackCube(ui, trackBand); } /** * Finds the index of the tracking band in the BandBin group and stores the index * in trackBand. The other bands' indices are stored in copyBands. Loading Loading @@ -61,6 +62,7 @@ void findTrackBand(UserInterface ui, QString ©Bands, QString &trackBand) { } } /** * Creates the mosaic cube by copying the input cube without the tracking band. * Then, removes the tracking table from the mosaic label and adds a group pointing Loading Loading @@ -109,6 +111,7 @@ void createMosaicCube(UserInterface ui, QString bands) { mosaicCube.close(); } /** * Creates the tracking cube by copying the input cube with only the tracking band. * Then, goes through each pixel and subtracts the input cube's pixel type's min value Loading Loading @@ -185,6 +188,7 @@ void createTrackCube(UserInterface ui, QString trackBand) { trackCube.close(); } /** * Copies DN's from the input cube to the output cube. * Loading isis/src/base/apps/trackextract/tsts/Makefile 0 → 100644 +4 −0 Original line number Diff line number Diff line BLANKS = "%-6s" LENGTH = "%-40s" include $(ISISROOT)/make/isismake.tststree isis/src/base/apps/trackextract/tsts/default/Makefile 0 → 100644 +7 −0 Original line number Diff line number Diff line APPNAME = trackextract include $(ISISROOT)/make/isismake.tsts commands: $(APPNAME) from=$(INPUT)/automosTruth1.cub \ to=$(OUTPUT)/mosaic> /dev/null; Loading
isis/src/base/apps/trackextract/trackextract.cpp +5 −1 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ void IsisMain() { createTrackCube(ui, trackBand); } /** * Finds the index of the tracking band in the BandBin group and stores the index * in trackBand. The other bands' indices are stored in copyBands. Loading Loading @@ -61,6 +62,7 @@ void findTrackBand(UserInterface ui, QString ©Bands, QString &trackBand) { } } /** * Creates the mosaic cube by copying the input cube without the tracking band. * Then, removes the tracking table from the mosaic label and adds a group pointing Loading Loading @@ -109,6 +111,7 @@ void createMosaicCube(UserInterface ui, QString bands) { mosaicCube.close(); } /** * Creates the tracking cube by copying the input cube with only the tracking band. * Then, goes through each pixel and subtracts the input cube's pixel type's min value Loading Loading @@ -185,6 +188,7 @@ void createTrackCube(UserInterface ui, QString trackBand) { trackCube.close(); } /** * Copies DN's from the input cube to the output cube. * Loading
isis/src/base/apps/trackextract/tsts/Makefile 0 → 100644 +4 −0 Original line number Diff line number Diff line BLANKS = "%-6s" LENGTH = "%-40s" include $(ISISROOT)/make/isismake.tststree
isis/src/base/apps/trackextract/tsts/default/Makefile 0 → 100644 +7 −0 Original line number Diff line number Diff line APPNAME = trackextract include $(ISISROOT)/make/isismake.tsts commands: $(APPNAME) from=$(INPUT)/automosTruth1.cub \ to=$(OUTPUT)/mosaic> /dev/null;