Commit 0a8a5852 authored by Ken Edmundson's avatar Ken Edmundson
Browse files

fix to jigsaw so output control net is written regardless of bundle...

fix to jigsaw so output control net is written regardless of bundle convergence; fixes #4533; impacts jigsaw only

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@7252 41f8697f-d340-4b68-9986-7bafba869bb8
parent ee10f0b8
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -94,10 +94,8 @@ void IsisMain() {
      bundleSolution.outputResiduals();
    }
    
    // write updated control net if bundle has converged
    if (bundleAdjustment->isConverged()) {
    // write updated control net
    bundleAdjustment->controlNet()->Write(ui.GetFileName("ONET"));
    }

    PvlGroup gp("JigsawResults");
    
+3 −0
Original line number Diff line number Diff line
@@ -243,6 +243,9 @@
      Exceptions that occur during the solving of the bundle adjustment will now pop up as
      message boxes when running jigsaw in GUI mode. Fixes #4483.
    </change>
    <change name="Ken Edmundson" date="2016-11-17">
      Output control net will be now be written regardless of whether bundle converges. Fixes #4533.
    </change>
  </history>

  <groups>