summaryrefslogtreecommitdiffstats
path: root/tksao/frame/frame3dbase.C
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-12-04 18:07:54 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-12-04 18:07:54 (GMT)
commit8fb015efefdc98fee3d3bc28c79486423d649307 (patch)
treed0fdc799a7dc7f9ab834297938cf4fcb925485aa /tksao/frame/frame3dbase.C
parent526141b885e57d365dd59e388188ec19def3fe3f (diff)
downloadblt-8fb015efefdc98fee3d3bc28c79486423d649307.zip
blt-8fb015efefdc98fee3d3bc28c79486423d649307.tar.gz
blt-8fb015efefdc98fee3d3bc28c79486423d649307.tar.bz2
update AST WCS
Diffstat (limited to 'tksao/frame/frame3dbase.C')
-rw-r--r--tksao/frame/frame3dbase.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/frame3dbase.C b/tksao/frame/frame3dbase.C
index 0708441..3317ea8 100644
--- a/tksao/frame/frame3dbase.C
+++ b/tksao/frame/frame3dbase.C
@@ -210,7 +210,7 @@ void Frame3dBase::coordToTclArray(FitsImage* ptr, const Vector3d& vv,
doubleToTclArray(rr[0], var, base, "x");
doubleToTclArray(rr[1], var, base, "y");
- double ss = ptr->mapFromImage3axis(((Vector3d&)vv)[2]+.5,out);
+ double ss = ptr->mapFromImage3d(((Vector3d&)vv)[2]+.5,out);
doubleToTclArray(ss, var, base, "z");
}
#else