Loading isis/src/base/objs/SurfacePoint/SurfacePoint.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -537,7 +537,7 @@ namespace Isis { * @history 2018-06-28 Debbie A. Cook Revised to use the local radius of * the SurfacePoint to convert distance to angle instead of the * major equatorial axis. Also corrected longitude conversion. * See note in SurfacePoint.h. * See note in SurfacePoint.h. References #5457. */ void SurfacePoint::SetSphericalSigmasDistance(const Distance &latSigma, const Distance &lonSigma, const Distance &radiusSigma) { Loading isis/src/base/objs/SurfacePoint/SurfacePoint.h +1 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,7 @@ namespace Isis { * member p_localRadius to avoid recalculating when coordinates * have not changed. Also corrected the longitude conversion equation * in SetSphericalSigmasDistance and GetLonSigmaDistance. * References #5457. */ class SurfacePoint { Loading isis/src/base/objs/SurfacePoint/unitTest.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ int main(int argc, char *argv[]) { "sigmaX=10. m, sigmaY=50. m, sigmaZ=20. m" << endl << endl; Isis::SurfacePoint spRec; symmetric_matrix<double,upper> covar; symmetric_matrix<double,upper> covar; // Units are m**2 covar.resize(3); covar.clear(); covar(0,0) = 100.; Loading isis/src/control/objs/BundleUtilities/unitTest.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,7 @@ void printXml(const BundleObservationSolveSettings &); * * @internal * @history 2014-12-11 - Original version. * @history 2018-07-03 Debbie A Cook - Removed target radii. References #5457. */ namespace Isis { class XmlHandlerTester : public BundleObservationSolveSettings { Loading isis/src/control/objs/ControlNetVersioner/ControlPointV0001.h +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ namespace Isis { * @history 2017-12-21 Jesse Mapel - Improved documentation. * @history 2017-01-27 Jesse Mapel - More documentation improvements. * @history 2018-06-28 Debbie A Cook - Removed all calls to obsolete method * SurfacePoint::SetRadii * SurfacePoint::SetRadii. References #5457. */ class ControlPointV0001 { public: Loading Loading
isis/src/base/objs/SurfacePoint/SurfacePoint.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -537,7 +537,7 @@ namespace Isis { * @history 2018-06-28 Debbie A. Cook Revised to use the local radius of * the SurfacePoint to convert distance to angle instead of the * major equatorial axis. Also corrected longitude conversion. * See note in SurfacePoint.h. * See note in SurfacePoint.h. References #5457. */ void SurfacePoint::SetSphericalSigmasDistance(const Distance &latSigma, const Distance &lonSigma, const Distance &radiusSigma) { Loading
isis/src/base/objs/SurfacePoint/SurfacePoint.h +1 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,7 @@ namespace Isis { * member p_localRadius to avoid recalculating when coordinates * have not changed. Also corrected the longitude conversion equation * in SetSphericalSigmasDistance and GetLonSigmaDistance. * References #5457. */ class SurfacePoint { Loading
isis/src/base/objs/SurfacePoint/unitTest.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ int main(int argc, char *argv[]) { "sigmaX=10. m, sigmaY=50. m, sigmaZ=20. m" << endl << endl; Isis::SurfacePoint spRec; symmetric_matrix<double,upper> covar; symmetric_matrix<double,upper> covar; // Units are m**2 covar.resize(3); covar.clear(); covar(0,0) = 100.; Loading
isis/src/control/objs/BundleUtilities/unitTest.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,7 @@ void printXml(const BundleObservationSolveSettings &); * * @internal * @history 2014-12-11 - Original version. * @history 2018-07-03 Debbie A Cook - Removed target radii. References #5457. */ namespace Isis { class XmlHandlerTester : public BundleObservationSolveSettings { Loading
isis/src/control/objs/ControlNetVersioner/ControlPointV0001.h +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ namespace Isis { * @history 2017-12-21 Jesse Mapel - Improved documentation. * @history 2017-01-27 Jesse Mapel - More documentation improvements. * @history 2018-06-28 Debbie A Cook - Removed all calls to obsolete method * SurfacePoint::SetRadii * SurfacePoint::SetRadii. References #5457. */ class ControlPointV0001 { public: Loading