Commit 99a61548 authored by Tyler Wilson's avatar Tyler Wilson
Browse files

Iteration information (including Sigma0) is now sent to the qtie terminal. Fixes #4470.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@7194 41f8697f-d340-4b68-9986-7bafba869bb8
parent 8359c887
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -800,7 +800,7 @@ namespace Isis {
      QList<BundleObservationSolveSettings> observationSolveSettingsList;
      BundleObservationSolveSettings observationSolveSettings;

      //************************************************************************************************
      //********************************************************************************************
      // use defaults
      //       pointing option sigmas -1.0
      //       ckDegree = ckSolveDegree = 2
@@ -830,6 +830,9 @@ namespace Isis {
      // =========================================================================================//

      BundleAdjust bundleAdjust(settings, inNet, *p_serialNumberList, false);
      QObject::connect( &bundleAdjust, SIGNAL( statusUpdate(QString) ),
                        &bundleAdjust, SLOT( outputBundleStatus(QString) ) );

      bundleAdjust.solveCholesky();
      // bundleAdjust.solveCholeskyBR();

+26 −24
Original line number Diff line number Diff line
@@ -55,10 +55,10 @@ namespace Isis {
   *                            and into the QtieFileTool class.
   *   @history 2012-06-20 Debbie A. Cook, Updated Spice members to be more compliant with Isis 
   *                            coding standards. References #972.
   *   @history 2012-10-11 Debbie A. Cook, Updated to use new Target class.  References Mantis tickets 
   *                             #775 and #1114.
   *   @history 2012-11-23 Debbie A. Cook, Removed unnecessary Projection include.  References Mantis
   *                             ticket #775. 
   *   @history 2012-10-11 Debbie A. Cook, Updated to use new Target class.  References Mantis
   *                            tickets #775 and #1114.
   *   @history 2012-11-23 Debbie A. Cook, Removed unnecessary Projection include.  References
   *                            Mantis ticket #775.
   *   @history 2013-05-09 Tracie Sucharski - When deleting (right button) a point, check for empty
   *                            network immediately print warning and return.  References #1493.
   *   @history 2014-07-23 Jeannie Backer - Updated to create a BundleSettings and
@@ -71,6 +71,8 @@ namespace Isis {
   *                            method (deprecated). This program now uses what was
   *                            previously called the "Sparse" method instead. Results are
   *                            expected to be identical. References #4162.
   *   @history 2016-10-26 Tyler Wilson - Enabled iteration information output to the
   *                            terminal (including Sigma0).  Fixes #4470.
   */
  class QtieTool : public Tool {
      Q_OBJECT