Commit 31e53880 authored by Ken Edmundson's avatar Ken Edmundson
Browse files

bug in jigsaw output of images.csv; impacts jigsaw only; fixes #2042

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@5735 41f8697f-d340-4b68-9986-7bafba869bb8
parent acfb601f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8523,7 +8523,7 @@ namespace Isis {
      //  Image(i)
      nIndex = ImageIndex(i) ;

      if (m_bErrorPropagation && m_decompositionMethod == CHOLMOD)
      if (m_bErrorPropagation && m_bConverged && (m_decompositionMethod == CHOLMOD))
        vImageAdjustedSigmas = m_Image_AdjustedSigmas.at(i);

      pSpicePosition = pCamera->instrumentPosition();