Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
r-owen committed Nov 21, 2017
1 parent 291f5b9 commit 392a92a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def distort(self, sourceCat, exposure):
if detector is None:
self.log.warn("No detector associated with exposure; assuming null distortion")
else:
pixToTanXYTransform = detector.getTransformMap().getTransform(PIXELS, TAN_PIXELS)
pixToTanXYTransform = detector.getTransform(PIXELS, TAN_PIXELS)

if pixToTanXYTransform is None:
self.log.info("Null distortion correction")
Expand Down

0 comments on commit 392a92a

Please sign in to comment.