Commit fdef833b authored by Tyler Wilson's avatar Tyler Wilson
Browse files

Updated application and truth data due to modifications in the Camera and...

Updated application and truth data due to modifications in the Camera and CameraPointInfo class.  References #476

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7072 41f8697f-d340-4b68-9986-7bafba869bb8
parent d677cefe
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
#include "Isis.h"


#include "CameraPointInfo.h"
#include "ControlMeasure.h"
#include "ControlMeasureLogData.h"
@@ -20,6 +21,7 @@
#include "SurfacePoint.h"
#include "TextFile.h"
#include "UserInterface.h"
//#include "LocalPointInfo.h"

#include <QList>
#include <QString>
@@ -84,7 +86,9 @@ void IsisMain() {
  }

  PvlGroup * grp = NULL;

  CameraPointInfo camPoint;
  camPoint.SetCSVOutput(true);

  outside = ui.GetBoolean("ALLOWOUTSIDE");
  errors = ui.GetBoolean("ALLOWERRORS");
+7 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>

<application name="cnettable" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://isis.astrogeology.usgs.gov/Schemas/Application/application.xsd">
<application name="cnettable" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://isis.astrogeology.usgs.gov/Schemas/Application/application.xsd">
  <brief>
    Application to get Excel compatible statistics  
  </brief>
@@ -125,6 +126,11 @@
    <change name="Jeannie Backer" date="2014-08-22">
      Updated truth data due to modifications, printing NULL instead of N/A. References #1659.
    </change>
    <change name="Tyler Wilson" date="2014-08-17">
      Updated application truth data due to modifications in CameraPointInfo class.
      References #476.

    </change>
  </history>

  <category>