History of Changes for LIGOtools Package: time
Version 6.0
(Peter Shawhan, October 28, 2005)
First released version of this package, after splitting it off from
the 'dataflow' package. For past changes to this software,
see the history web page for the
dataflow package.
Changes to the code made at the time of the split:
- Modified gpsclock to synchronize with tycho.usno.navy.mil
instead of synchronizing with LIGO CDS.
- Modified tconvert.tcl and TConvert.c to check
for the TCLEAPSDIR environment variable and, if it is set, use that as
the directory in which to look for tcleaps.txt. Also
modified tconvert.tcl so that if TCLEAPSDIR is not set, and
the file $LIGOTOOLS/config/public/tcleaps.txt exists but is
not writable, then don't use it; use $HOME/tcleaps.txt
instead. This is designed to take care of the case when LIGOtools is
on a filesystem which is mounted read-only. Also use
$HOME/tcleaps.txt if neither TCLEAPSDIR nor LIGOTOOLS is set.
- Fixed a minor bug in TConvert.c, trying to close the
tcleaps.txt file when it was not successfully opened.