summaryrefslogtreecommitdiffstats
path: root/ds9/library/contour.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-09-28 17:05:22 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-09-28 17:05:22 (GMT)
commit781e8afc968a846179b6cd303bb05ddbc7ed944f (patch)
treed3bcac23ceec0c49cc6d9c403d693a1aaa98269f /ds9/library/contour.tcl
parent72dfe0c72380376a729993e4625e565ddfcc44a0 (diff)
downloadblt-781e8afc968a846179b6cd303bb05ddbc7ed944f.zip
blt-781e8afc968a846179b6cd303bb05ddbc7ed944f.tar.gz
blt-781e8afc968a846179b6cd303bb05ddbc7ed944f.tar.bz2
minor tweaks
Diffstat (limited to 'ds9/library/contour.tcl')
-rw-r--r--ds9/library/contour.tcl6
1 files changed, 1 insertions, 5 deletions
diff --git a/ds9/library/contour.tcl b/ds9/library/contour.tcl
index 887e881..e742b80 100644
--- a/ds9/library/contour.tcl
+++ b/ds9/library/contour.tcl
@@ -61,7 +61,6 @@ proc UpdateContour {} {
if {$current(frame) == {}} {
return
}
-
if {![$current(frame) has fits]} {
return
}
@@ -850,10 +849,9 @@ proc UpdateContourMenu {} {
puts stderr "UpdateContourMenu"
}
- if {($current(frame) == {})} {
+ if {$current(frame) == {}} {
return
}
-
if {![$current(frame) has fits]} {
return
}
@@ -885,7 +883,6 @@ proc UpdateContourScale {} {
if {$current(frame) == {}} {
return
}
-
if {![$current(frame) has fits]} {
return
}
@@ -935,7 +932,6 @@ proc UpdateContourDialog {} {
if {$current(frame) == {}} {
return
}
-
if {![$current(frame) has fits]} {
return
}