summaryrefslogtreecommitdiffstats
path: root/ds9/library/comm.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-01-12 18:23:03 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-01-12 18:23:03 (GMT)
commit10e68f58b7f7d74c4ba02cb0561e2c1d59f6d92b (patch)
tree87320c5f9cdd3923f5a793aec922ed4195eeca87 /ds9/library/comm.tcl
parenta38fd423435acb45ac17f753578632e41824dec3 (diff)
downloadblt-10e68f58b7f7d74c4ba02cb0561e2c1d59f6d92b.zip
blt-10e68f58b7f7d74c4ba02cb0561e2c1d59f6d92b.tar.gz
blt-10e68f58b7f7d74c4ba02cb0561e2c1d59f6d92b.tar.bz2
add precision command tests
Diffstat (limited to 'ds9/library/comm.tcl')
-rw-r--r--ds9/library/comm.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/ds9/library/comm.tcl b/ds9/library/comm.tcl
index c6e1bbc..00b0486 100644
--- a/ds9/library/comm.tcl
+++ b/ds9/library/comm.tcl
@@ -118,6 +118,7 @@ proc CommSet {fn paramlist {safemode 0}} {
pixeltable {ProcessPixelTableCmd param i}
plot {ProcessPlotCmd param i {} $fn}
png {ProcessPNGCmd param i {} $fn}
+ precision {ProcessPrecisionCmd param i}
prefs {ProcessPrefsCmd param i}
preserve {ProcessPreserveCmd param i}
print {
@@ -315,6 +316,7 @@ proc CommGet {proc id paramlist fn} {
pixeltable {ProcessSendPixelTableCmd $proc $id $param {} $fn}
plot {ProcessSendPlotCmd $proc $id $param}
png {ProcessSendPNGCmd $proc $id $param {} $fn}
+ precision {ProcessSendPrecisionCmd $proc $id $param}
prefs {ProcessSendPrefsCmd $proc $id $param}
preserve {ProcessSendPreserveCmd $proc $id $param}
pspagesetup {ProcessSendPSPageSetupCmd $proc $id $param}