summaryrefslogtreecommitdiffstats
path: root/ds9/library
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-08-12 17:50:55 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-08-12 17:50:55 (GMT)
commitd64949faa5af871604734e2b53757b8bc88f4f5f (patch)
tree011cba0fb25cb7a24b1db802bd7334b3a3926e70 /ds9/library
parent38db7c09a5ea80949f01cae374ff6ad19e20f320 (diff)
downloadblt-d64949faa5af871604734e2b53757b8bc88f4f5f.zip
blt-d64949faa5af871604734e2b53757b8bc88f4f5f.tar.gz
blt-d64949faa5af871604734e2b53757b8bc88f4f5f.tar.bz2
update wcs precision
Diffstat (limited to 'ds9/library')
-rw-r--r--ds9/library/prefsdialog.tcl10
1 files changed, 5 insertions, 5 deletions
diff --git a/ds9/library/prefsdialog.tcl b/ds9/library/prefsdialog.tcl
index 6a6753c..2cd41be 100644
--- a/ds9/library/prefsdialog.tcl
+++ b/ds9/library/prefsdialog.tcl
@@ -53,6 +53,7 @@ proc PrefsDialog {{which {}}} {
set dprefs(tabs) {}
PrefsDialogGeneral
+ PrefsDialogPrecision
PrefsDialogStartup
PrefsDialogMenu
PrefsDialogPanner
@@ -66,7 +67,6 @@ proc PrefsDialog {{which {}}} {
PrefsDialogRegion
PrefsDialogAnnulus
PrefsDialogPanda
- PrefsDialogWCS
PrefsDialogAnalysis
PrefsDialogPixelTable
PrefsDialogContour
@@ -296,18 +296,18 @@ proc PrefsDialogGeneral {} {
-side top -fill both -expand true
}
-proc PrefsDialogWCS {} {
+proc PrefsDialogPrecision {} {
global dprefs
global ds9
global pds9
set w $dprefs(tab)
- $dprefs(list) insert end [msgcat::mc {WCS}]
+ $dprefs(list) insert end [msgcat::mc {Precision}]
lappend dprefs(tabs) [ttk::frame $w.precision]
# Coordinates
- set f [ttk::labelframe $w.precision.coord -text [msgcat::mc {Coordinates Precision}]]
+ set f [ttk::labelframe $w.precision.coord -text [msgcat::mc {Coordinates}]]
ttk::label $f.tlinear -text [msgcat::mc {Linear}]
ttk::entry $f.linear -textvariable pds9(prec,linear) \
@@ -328,7 +328,7 @@ proc PrefsDialogWCS {} {
grid $f.tdms $f.dms -padx 2 -pady 2 -sticky w
# Length
- set f [ttk::labelframe $w.precision.length -text [msgcat::mc {Length Precision}]]
+ set f [ttk::labelframe $w.precision.length -text [msgcat::mc {Length}]]
ttk::label $f.tlinear -text [msgcat::mc {Linear}]
ttk::entry $f.linear -textvariable pds9(prec,len,linear) \