From b5fe522b84256038e192d8aebd52648138b7dc5d Mon Sep 17 00:00:00 2001 From: William Joye Date: Fri, 1 Dec 2017 12:54:21 -0500 Subject: update AST WCS --- tksao/frame/fitsmap.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v0.12