summaryrefslogtreecommitdiffstats
path: root/tksao/frame
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-12-01 17:54:21 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-12-01 17:54:21 (GMT)
commitb5fe522b84256038e192d8aebd52648138b7dc5d (patch)
treebca76e1a695313a44a6a5af08c93e2e100b1032f /tksao/frame
parent1fdd3f87f855491aabe98a6772e952457d222644 (diff)
downloadblt-b5fe522b84256038e192d8aebd52648138b7dc5d.zip
blt-b5fe522b84256038e192d8aebd52648138b7dc5d.tar.gz
blt-b5fe522b84256038e192d8aebd52648138b7dc5d.tar.bz2
update AST WCS
Diffstat (limited to 'tksao/frame')
-rw-r--r--tksao/frame/fitsmap.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/fitsmap.C b/tksao/frame/fitsmap.C
index 618aad7..2e28382 100644
--- a/tksao/frame/fitsmap.C
+++ b/tksao/frame/fitsmap.C
@@ -20,7 +20,7 @@ Vector FitsImage::mapFromRef(const Vector& vv, Coord::CoordSystem out,
return vv * refToDetector;
default:
if (hasWCS(out))
- return pix2wcs(vv * refToImage3d, out, sky);
+ return pix2wcs(vv * refToImage, out, sky);
}
return Vector();