summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-07-01 18:58:47 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-07-01 18:58:47 (GMT)
commit4d53b5b4135ecffcfd04ed62f8d83da0eb9e761d (patch)
treea6df8e36cf48a2fa188a2098d70d6ace3e2ebf26
parent9a6bbe0e6d6e826ae0b96d54795b2e77ec02a426 (diff)
downloadblt-4d53b5b4135ecffcfd04ed62f8d83da0eb9e761d.zip
blt-4d53b5b4135ecffcfd04ed62f8d83da0eb9e761d.tar.gz
blt-4d53b5b4135ecffcfd04ed62f8d83da0eb9e761d.tar.bz2
SKYBOT: fixed an issue with keyword EXPTIME/EXP_TIME if present
-rw-r--r--ds9/library/catskybot.tcl2
1 files changed, 0 insertions, 2 deletions
diff --git a/ds9/library/catskybot.tcl b/ds9/library/catskybot.tcl
index b1d895b..ceab8dc 100644
--- a/ds9/library/catskybot.tcl
+++ b/ds9/library/catskybot.tcl
@@ -78,7 +78,6 @@ proc CATSkyBotVOT {varname} {
ARError $varname [msgcat::mc {Unable to determine date of observation}]
return
}
- puts $epoch
# do we have a time? else check UT, UTC-OBS, UTIME, TIME-OBS
set ut {}
@@ -106,7 +105,6 @@ proc CATSkyBotVOT {varname} {
set dt [split $epoch {T}]
set dd [lindex $dt 0]
set tt [lindex $dt 1]
- puts "$dt|$dd|$tt"
if {$tt != {}} {
# do we have EXPTIME or EXP_TIME?
set exp [string trim [$current(frame) get fits header keyword EXPTIME]]