Unverified Commit 4a09c395 authored by AustinSanders's avatar AustinSanders Committed by GitHub
Browse files

Set detector origin to center of array (#4576)



Co-authored-by: default avatarAustin Sanders <arsanders@ugs.gov>
parent e720c800
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ namespace Isis {
    new CameraDetectorMap(this);
    new CameraFocalPlaneMap(this, naifIkCode());
    CameraFocalPlaneMap *focalMap = new CameraFocalPlaneMap(this, naifIkCode());
    focalMap->SetDetectorOrigin(2092.5, 1112.5);
    focalMap->SetDetectorOrigin(2048.5, 1024.5);
    new CameraDistortionMap(this);
    CameraDistortionMap *distMap = new CameraDistortionMap(this);
    distMap->SetDistortion(naifIkCode());