summaryrefslogtreecommitdiffstats
path: root/ds9/library/stsci.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-05-31 17:27:04 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-05-31 17:27:04 (GMT)
commit68409ff3a87e74b06307f782a0b1343d58a0e614 (patch)
treecf82c4f959ab1236949aa31dbf0c3c39fe1d24c3 /ds9/library/stsci.tcl
parent1ca38c527c5c0ba7421891101bed4221f6219950 (diff)
downloadblt-68409ff3a87e74b06307f782a0b1343d58a0e614.zip
blt-68409ff3a87e74b06307f782a0b1343d58a0e614.tar.gz
blt-68409ff3a87e74b06307f782a0b1343d58a0e614.tar.bz2
update ds9 bin parser
Diffstat (limited to 'ds9/library/stsci.tcl')
-rw-r--r--ds9/library/stsci.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/stsci.tcl b/ds9/library/stsci.tcl
index 8126689..47ef6a3 100644
--- a/ds9/library/stsci.tcl
+++ b/ds9/library/stsci.tcl
@@ -180,7 +180,7 @@ proc ProcessSTSCICmd {varname iname} {
incr i [expr $dssstsci::yycnt-1]
}
-proc ProcessSendSTSCICmd {proc id param} {
+proc ProcessSendSTSCICmd {proc id param {sock {}} {fn {}}} {
STSCIDialog
IMGSVRProcessSendCmd $proc $id $param dstsci
}