Commit 4cf991f1 authored by Ken Edmundson's avatar Ken Edmundson
Browse files

fixes to prevent bundle adjustment of targets with binary pck

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@6747 41f8697f-d340-4b68-9986-7bafba869bb8
parent 2a10d248
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -501,6 +501,11 @@ namespace Isis {
  }


  int Target::frameType() {
    return spice()->bodyRotation()->getFrameType();
  }


  std::vector<Angle> Target::poleRaCoefs() {
    return spice()->bodyRotation()->poleRaCoefs();
  }
+2 −0
Original line number Diff line number Diff line
@@ -83,6 +83,8 @@ namespace Isis {
      ShapeModel *shape() const;
      Spice *spice() const;

      int frameType();

      std::vector<Angle> poleRaCoefs();
      std::vector<Angle> poleDecCoefs();
      std::vector<Angle> pmCoefs();