Commit 544a7219 authored by Ian Humphrey's avatar Ian Humphrey
Browse files

In thm2isis, added history to output cubes. Fixes #1683.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@5833 41f8697f-d340-4b68-9986-7bafba869bb8
parent 6a528bd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ void IsisMain() {

      outputCubes[i]->putGroup(isis3Lab.group(grp));
    }

    p.WriteHistory(*outputCubes[i]);
    outputCubes[i]->write(origLabels);
    outputCubes[i]->close();
    delete outputCubes[i];
+3 −0
Original line number Diff line number Diff line
@@ -69,6 +69,9 @@
    <change name="Lynn Weller" date="2012-05-08">
      Updated documentation text.
    </change>
    <change name="Ian Humphrey" date="2014-05-16">
      Added history to output cubes. Fixes #1683.
    </change>
  </history>

<!--
+2 −0
Original line number Diff line number Diff line
@@ -5,3 +5,5 @@ include $(ISISROOT)/make/isismake.tsts
commands:
	$(APPNAME) from=$(INPUT)/I00831002RDR.QUB \
	to=$(OUTPUT)/truth.cub > /dev/null;
	cathist from=$(INPUT)/standardOutTruth.pvl.DIFF \
	to=$(OUTPUT)/standardOutTruth.pvl;
+4 −1
Original line number Diff line number Diff line
@@ -3,4 +3,7 @@ APPNAME = thm2isis
include $(ISISROOT)/make/isismake.tsts

commands:
	$(APPNAME) from=$(INPUT)/V00821003RDR.QUB to=$(OUTPUT)/thm2isis-Truth3.cub+32bit > /dev/null;
	$(APPNAME) from=$(INPUT)/V00821003RDR.QUB \
	to=$(OUTPUT)/thm2isis-Truth3.cub+32bit > /dev/null;
	cathist from=$(INPUT)/standardOutTruth2.pvl.DIFF \
	to=$(OUTPUT)/standardOutTruth2.pvl;