summaryrefslogtreecommitdiffstats
path: root/ds9/library/wcs.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-03-17 17:44:35 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-03-17 17:44:35 (GMT)
commitb502a6f9ac62ef22dda0e9a172dc56538f5c5a9f (patch)
tree0591ed32b0eeedbb2db0bdeb238c8e04522dc34b /ds9/library/wcs.tcl
parentfc66534c90cac1720fd140ddb13ffc9353369c1d (diff)
downloadblt-b502a6f9ac62ef22dda0e9a172dc56538f5c5a9f.zip
blt-b502a6f9ac62ef22dda0e9a172dc56538f5c5a9f.tar.gz
blt-b502a6f9ac62ef22dda0e9a172dc56538f5c5a9f.tar.bz2
BACKUP: fixed an problem where any new WCS must be applied before panning and regions.
Diffstat (limited to 'ds9/library/wcs.tcl')
-rw-r--r--ds9/library/wcs.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/ds9/library/wcs.tcl b/ds9/library/wcs.tcl
index d6f80e6..4a22c64 100644
--- a/ds9/library/wcs.tcl
+++ b/ds9/library/wcs.tcl
@@ -121,6 +121,7 @@ proc WCSBackup {ch which fdir rdir} {
WCSSaveFile $fn
puts $ch "WCSLoadFile $rfn"
puts $ch "$which wcs replace text 1 \\\{\[WCSFromVar\]\\\}"
+ puts $ch "RealizeDS9"
}
}