summaryrefslogtreecommitdiffstats
path: root/tksao
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-05-06 16:50:47 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-05-06 16:50:47 (GMT)
commit8822e419e6d558c187cf08ea4850ed3a6aed95f1 (patch)
tree788cf79760f54a1c74f511a28127547315ea179d /tksao
parent36c318d244dad7c153a87025405d8aeacbb62dc1 (diff)
downloadblt-8822e419e6d558c187cf08ea4850ed3a6aed95f1.zip
blt-8822e419e6d558c187cf08ea4850ed3a6aed95f1.tar.gz
blt-8822e419e6d558c187cf08ea4850ed3a6aed95f1.tar.bz2
display 3d coordinates in infobox
Diffstat (limited to 'tksao')
-rw-r--r--tksao/frame/framebase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tksao/frame/framebase.h b/tksao/frame/framebase.h
index b379d14..9aa10a5 100644
--- a/tksao/frame/framebase.h
+++ b/tksao/frame/framebase.h
@@ -22,6 +22,8 @@ protected:
private:
void coordToTclArray(FitsImage*, const Vector&, Coord::CoordSystem,
const char*, const char*);
+ void coordToTclArray(FitsImage*, const Vector3d&, Coord::CoordSystem,
+ const char*, const char*);
void getInfoWCS(char*, Vector&, FitsImage*);