summaryrefslogtreecommitdiffstats
path: root/ds9/library
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-02-14 17:20:29 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-02-14 17:20:29 (GMT)
commit33b8f1d638eb4c29e0e0f11aabb36e64931bc679 (patch)
tree10aebfd47a7f1fac002a8e3da39834a587001429 /ds9/library
parent425a9149fa34491afa0c01aa63b4003ada051215 (diff)
downloadblt-33b8f1d638eb4c29e0e0f11aabb36e64931bc679.zip
blt-33b8f1d638eb4c29e0e0f11aabb36e64931bc679.tar.gz
blt-33b8f1d638eb4c29e0e0f11aabb36e64931bc679.tar.bz2
fixed a problem when creating a new frame with smoothing enabled
Diffstat (limited to 'ds9/library')
-rw-r--r--ds9/library/frame.tcl10
1 files changed, 8 insertions, 2 deletions
diff --git a/ds9/library/frame.tcl b/ds9/library/frame.tcl
index c2b387307..27fc888 100644
--- a/ds9/library/frame.tcl
+++ b/ds9/library/frame.tcl
@@ -195,7 +195,10 @@ proc CreateNameNumberFrame {which type} {
$ds9(next) cube axes $cube(axes)
if {$smooth(view)} {
- $ds9(next) smooth $smooth(function) $smooth(kernel) $smooth(radius)
+ $ds9(next) smooth $smooth(function) \
+ $smooth(radius) $smooth(radius,minor) \
+ $smooth(sigma) $smooth(sigma,minor) \
+ $smooth(angle)
}
}
rgb {
@@ -224,7 +227,10 @@ proc CreateNameNumberFrame {which type} {
$ds9(next) cube axes $cube(axes)
if {$smooth(view)} {
- $ds9(next) smooth $smooth(function) $smooth(kernel) $smooth(radius)
+ $ds9(next) smooth $smooth(function) \
+ $smooth(radius) $smooth(radius,minor) \
+ $smooth(sigma) $smooth(sigma,minor) \
+ $smooth(angle)
}
}
$ds9(next) rgb channel red