Commit b1870c31 authored by John Bonn's avatar John Bonn
Browse files

Updated default hardcoded PDS pixel offset values m04503, m02244

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/m02244@7672 41f8697f-d340-4b68-9986-7bafba869bb8
parent 7273945e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1595,8 +1595,8 @@ namespace Isis {

    xmult = -1.0;
    ymult = 1.0;
    xoff = -0.5;
    yoff = -0.5;
    xoff = 0.5;
    yoff = 0.5;

    //  Open projectionOffsetMults file
    Isis::Pvl p(p_transDir + "/" + "translations/pdsProjectionLineSampToXY.def");