diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-07-11 19:36:29 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-07-11 19:36:29 (GMT) |
commit | 373707fa33b6f98efe2ec800eed2ad58374c233e (patch) | |
tree | b60443fcbcd3e4a802ebb5aa73ec48ee795a4efc | |
parent | fcb2c05dcd1c22589935e139b2ab36cc01b6a660 (diff) | |
download | blt-373707fa33b6f98efe2ec800eed2ad58374c233e.zip blt-373707fa33b6f98efe2ec800eed2ad58374c233e.tar.gz blt-373707fa33b6f98efe2ec800eed2ad58374c233e.tar.bz2 |
rm analysisMarker code
-rw-r--r-- | ds9/library/source.tcl | 1 | ||||
-rw-r--r-- | ds9/library/util.tcl | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ds9/library/source.tcl b/ds9/library/source.tcl index ba034ed..5ee0f0d 100644 --- a/ds9/library/source.tcl +++ b/ds9/library/source.tcl @@ -75,7 +75,6 @@ source $ds9(root)/library/hvform.tcl source $ds9(root)/library/hvsup.tcl source $ds9(root)/library/iexam.tcl source $ds9(root)/library/iis.tcl -source $ds9(root)/library/ime.tcl source $ds9(root)/library/imgsvr.tcl source $ds9(root)/library/import.tcl source $ds9(root)/library/info.tcl diff --git a/ds9/library/util.tcl b/ds9/library/util.tcl index acdd5fc..3c727a2 100644 --- a/ds9/library/util.tcl +++ b/ds9/library/util.tcl @@ -946,7 +946,6 @@ proc ChangeMode {} { foreach ff $ds9(frames) { $ff crosshair off - $ff analysis reset $ff marker catalog unselect all $ff marker catalog unhighlite all $ff marker unselect all |