summaryrefslogtreecommitdiffstats
path: root/ds9/library/panzoom.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-05 20:08:38 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-05 20:08:38 (GMT)
commit5e379797126ae52c57fa5fb8e8d3984e6a0a359e (patch)
tree519fea1835e9da7799626fd3b98ff944b6eda9eb /ds9/library/panzoom.tcl
parent3379de35277197a1e5b31e508a68dcf523afebac (diff)
downloadblt-5e379797126ae52c57fa5fb8e8d3984e6a0a359e.zip
blt-5e379797126ae52c57fa5fb8e8d3984e6a0a359e.tar.gz
blt-5e379797126ae52c57fa5fb8e8d3984e6a0a359e.tar.bz2
add ds9 send scale, minmax, zscale parsers
Diffstat (limited to 'ds9/library/panzoom.tcl')
-rw-r--r--ds9/library/panzoom.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/ds9/library/panzoom.tcl b/ds9/library/panzoom.tcl
index b17d8a6..f885bb7 100644
--- a/ds9/library/panzoom.tcl
+++ b/ds9/library/panzoom.tcl
@@ -740,6 +740,7 @@ proc ProcessOrientCmd {varname iname} {
proc ProcessSendOrientCmd {proc id param {sock {}} {fn {}}} {
global current
+
$proc $id "$current(orient)\n"
}
@@ -758,6 +759,7 @@ proc ProcessRotateCmd {varname iname} {
proc ProcessSendRotateCmd {proc id param {sock {}} {fn {}}} {
global current
+
$proc $id "$current(rotate)\n"
}