Commit 467b0983 authored by Jesse Mapel's avatar Jesse Mapel Committed by Jesse Mapel
Browse files

Changed Camera local photometric calculations to not use bodyrotation

parent f0c290ff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1657,8 +1657,8 @@ namespace Isis {

    // get a normalized surface spacecraft vector
    SpiceDouble surfSpaceVect[3], unitizedSurfSpaceVect[3], dist;
    std::vector<double> sB = bodyRotation()->ReferenceVector(
        instrumentPosition()->Coordinate());
    std::vector<double> sB(3, Isis::Null);
    instrumentBodyFixedPosition(&sB[0]);

    SpiceDouble pB[3];
    SurfacePoint surfacePoint = GetSurfacePoint();