Commit b41a83f2 authored by Jesse Mapel's avatar Jesse Mapel Committed by Makayla Shepherd
Browse files

Removed old struct code for ControlPointV0004.

parent 7651b419
Loading
Loading
Loading
Loading
+0 −54
Original line number Diff line number Diff line
@@ -236,58 +236,4 @@ namespace Isis {

  };
}

#endif
#if 0
      struct ControlPointV0004 {
        QString id;
        QString chooserName;
        QString datetime;
        int     type;
        bool    editLock;
        bool    ignored;
        bool    jigsawRejected;

        QString aprioriRadiusSource;
        QString aprioriRadiusSourceFile;

        QString aprioriSurfacePointSource;
        QString aprioriSurfacePointSourceFile; // apriorixyzsourcefile
        // SurfacePoint aprioriSurfacePoint;   // apriorixyzsource
        double     aprioriX; // <meters>
        double     aprioriY; // <meters>
        double     aprioriZ; // <meters>
        bool       latitudeConstrained;
        bool       longitudeConstrained;
        bool       radiusConstrained;
        QVector<double> aprioriCovarianceMatrix;

        // SurfacePoint adjustedSurfacePoint;
        double adjustedX;
        double adjustedY;
        double adjustedZ;
        QVector<double> adjustedCovarianceMatrix;

        struct CPV4Measure {
          QString serialnumber;
          int     type;
          double  sample;
          double  line;
          double  sampleResidual;
          double  lineResidual;
          QString choosername;
          QString datetime;
          bool    editLock;
          bool    ignore;
          bool    jigsawRejected;
          double  diameter;
          double apriorisample;
          double aprioriline;
          double samplesigma;
          double linesigma;
        };

        QList <CPV4Measure> measureList;
        int   referenceIndex;
      }
#endif