Commit 1615c5d1 authored by Ken Edmundson's avatar Ken Edmundson
Browse files

PROG: Modified constructor taking a BundleSolutionInfo to append a row for a...

PROG: Modified constructor taking a BundleSolutionInfo to append a row for a Control object containing the output control net from the bundle adjustment.
parent e0648c15
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -142,10 +142,7 @@ namespace Isis {
    setBundleSolutionInfo(bundleSolutionInfo);

    appendRow( new ProjectItem( bundleSolutionInfo->bundleSettings() ) );
    QString cNetFileName = bundleSolutionInfo->controlNetworkFileName();
    Control *control = new Control(cNetFileName);
    appendRow( new ProjectItem(control) );

    appendRow( new ProjectItem(bundleSolutionInfo->control()) );
    appendRow( new ProjectItem( bundleSolutionInfo->bundleResults() ) );
    appendRow( new ProjectItem( bundleSolutionInfo->adjustedImages() ) );
  }