summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-02-20 18:26:38 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-02-20 18:26:38 (GMT)
commita778d86d0726c661d6ad7028dd9141029887c0fd (patch)
treef982a13758371b5b873e154d07b9259fc375b606
parent5dfd21838282245bc4caa8d03853c07d11782daa (diff)
downloadblt-a778d86d0726c661d6ad7028dd9141029887c0fd.zip
blt-a778d86d0726c661d6ad7028dd9141029887c0fd.tar.gz
blt-a778d86d0726c661d6ad7028dd9141029887c0fd.tar.bz2
fixing Contours
-rw-r--r--ds9/library/command.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/command.tcl b/ds9/library/command.tcl
index 50f8151..583beb9 100644
--- a/ds9/library/command.tcl
+++ b/ds9/library/command.tcl
@@ -130,7 +130,7 @@ proc ProcessCommand {argv argc} {
-console {ProcessConsoleCmd argv i}
-contours -
-contour {incr i; ProcessContourCmd argv i}
- -nocontour {set contour(view) 0; ContourUpdate}
+ -nocontour {set contour(view) 0; UpdateContour}
-crop {incr i; ProcessCropCmd argv i}
-crosshair {incr i; ProcessCrosshairCmd argv i}
-cursor {incr i; ProcessCursorCmd argv i}