summaryrefslogtreecommitdiffstats
path: root/ds9/library/2mass.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-11 21:35:20 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-11 21:35:20 (GMT)
commitdcd673398653cdf15436c72f66c0ae621d0581f6 (patch)
treebe0e0fae73558acfbf30f598754d11229137679b /ds9/library/2mass.tcl
parent9b6d98229cb2fc7c944762a367a933524ff7c60b (diff)
downloadblt-dcd673398653cdf15436c72f66c0ae621d0581f6.zip
blt-dcd673398653cdf15436c72f66c0ae621d0581f6.tar.gz
blt-dcd673398653cdf15436c72f66c0ae621d0581f6.tar.bz2
fix 2mass and vla image server cone search radius issue
Diffstat (limited to 'ds9/library/2mass.tcl')
-rw-r--r--ds9/library/2mass.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/2mass.tcl b/ds9/library/2mass.tcl
index 48f1233..2759989 100644
--- a/ds9/library/2mass.tcl
+++ b/ds9/library/2mass.tcl
@@ -92,7 +92,7 @@ proc 2MASSExec {varname} {
}
# now to radius
- set rr [expr sqrt($ww*$ww+$hh*$hh)/2.]
+ set rr [expr ($ww+$hh)/4.]
if {$rr>1024} {
set rr 1024
}