Commit a3875f0c authored by Ken Edmundson's avatar Ken Edmundson
Browse files

PROG: 1) Temporarily set default for m_createInverseMatrix to false. This is...

PROG: 1) Temporarily set default for m_createInverseMatrix to false. This is for creating and displaying the correlation matrix, which is currently not working; 2) commented out hdf5 header includes in cpp as we are not using
parent 0797b6f6
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -10,9 +10,10 @@
#include <QXmlStreamWriter>
#include <QXmlInputSource>

#include <H5Cpp.h>
#include <hdf5_hl.h>
#include <hdf5.h>
// NOTE: Ken Edmundson - not using hdf5 and may not
//#include <H5Cpp.h>
//#include <hdf5_hl.h>
//#include <hdf5.h>

#include "BundleObservationSolveSettings.h"
//#include "FileName.h"currently only used in commented code
@@ -52,7 +53,7 @@ namespace Isis {
    m_solveRadius          = false;
    m_updateCubeLabel      = false;
    m_errorPropagation     = false;
    m_createInverseMatrix  = true;
    m_createInverseMatrix  = false;

    m_outlierRejection     = false;
    m_outlierRejectionMultiplier = 1.0;
+5 −0
Original line number Diff line number Diff line
@@ -101,6 +101,11 @@ namespace Isis {
   *   @history 2016-10-17 Jesse Mapel - Removed m_SCPVLFilename parameter in accordance with
   *                           USEPVL being removed from jigsaw.  References #4316.
   *   @history 2017-04-24 Ian Humphrey - Removed pvlObject(). Fixes #4797.
   *   @history 2018-03-20 Ken Edmundson
   *                           1) Temporarily set default for m_createInverseMatrix to false. This
   *                              is for creating and displaying the correlation matrix, which is
   *                              currently not working.
   *                           2) commented out hdf5 header includes in cpp
   *
   *   @todo Determine which XmlStackedHandlerReader constructor is preferred
   *   @todo Determine which XmlStackedHandler needs a Project pointer (see constructors)