summaryrefslogtreecommitdiffstats
path: root/ds9/library/markeranalysisplot2d.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/markeranalysisplot2d.tcl')
-rw-r--r--ds9/library/markeranalysisplot2d.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/markeranalysisplot2d.tcl b/ds9/library/markeranalysisplot2d.tcl
index e773eb5..121e948 100644
--- a/ds9/library/markeranalysisplot2d.tcl
+++ b/ds9/library/markeranalysisplot2d.tcl
@@ -220,7 +220,7 @@ proc MarkerAnalysisPlot2dXAxisTitle {vvarname} {
amplifier -
detector {set xtitle "$vvar(system)"}
default {
- if {[$vvar(frame) has wcs equatorial $vvar(system)]} {
+ if {[$vvar(frame) has wcs celestial $vvar(system)]} {
set xtitle "$vvar(system)"
} else {
set xtitle "[$vvar(frame) get wcs name $vvar(system)]"