Commit 18f9cd92 authored by Jay's avatar Jay
Browse files

Updates for proper response parsing

parent 45256c04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -248,7 +248,7 @@ def point_info(
            )

        camres = pvl.loads(cp.stdout)
        for r in camres.getall("GroundPoint"):
        for r in camres['campt'].getall("GroundPoint"):
            if r['Error'] is None:
                # convert all pixels to PLIO pixels from ISIS
                r["Sample"] -= .5