Skip to content

Commit

Permalink
Set detector origin to center of array (#4576)
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Sanders <arsanders@ugs.gov>
  • Loading branch information
AustinSanders and Austin Sanders authored Jul 30, 2021
1 parent e720c80 commit 4a09c39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 4a09c39

Please sign in to comment.