Directory: general/misc/time/TT2000/
Contents
.pro files
- add_tt2000_offset.pro
Procedure: add_tt2000_offsetPurpose: Takes TDAS double timestamp and offsets date(s) using the data in the CDF 3.4(or later) leap second config file.
- cdf_leap_second_init.pro
PROCEDURE: cdf_leap_second_initPURPOSE: CDF library 3.4.0 and later supports time formats the include leap seconds.
- crib_tt2000.pro
Procedure: Crib TT2000Purpose: Demonstrate how to use TT2000 times with TDAS.
- tt2000_config_filedir.pro
Function: tt2000_config_filedir.proPurpose: Get the applications user directory for TT2000 leapsecond table$LastChangedBy: pcruce $$LastChangedDate: 2012-04-18 15:14:40 -0700 (Wed, 18 Apr 2012) $$LastChangedRevision: 10350 $$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/misc/time/TT2000/tt2000_config_filedir.pro $
- tt2000_read_config.pro
NAME: tt2000_read_configPURPOSE: Reads the tt2000_config fileCALLING SEQUENCE: cstruct = tt2000_read_config()INPUT: none, the filename is hardcoded, 'tt2000_config.txt',and is s put in a folder given by the routine tt200_config_filedir, that uses the IDL routine app_user_dir to create/obtain it: my linux example: /disks/ice/home/jimm/.idl/tt2000/tt2000_config-4-linuxOUTPUT: cstruct = a structure with the changeable fields of the !CDF_LEAP_SECONDS structureHISTORY: Copied shamelessly from thm_read_config by pcruce on 2012/04/18$LastChangedBy: pcruce $$LastChangedDate: 2012-04-18 15:14:40 -0700 (Wed, 18 Apr 2012) $$LastChangedRevision: 10350 $$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/misc/time/TT2000/tt2000_read_config.pro $
- tt2000_write_config.pro
NAME: tt2000_write_configPURPOSE: Writes the tt2000_config fileCALLING SEQUENCE: tt2000_write_config, copy=copyINPUT: none, the filename is hardcoded, 'tt2000_config.txt',and is s put in a folder given by the routine tt2000_config_filedir, that uses the IDL routine app_user_dir to create/obtain it: my linux example: /disks/ice/home/jimm/.idl/tt2000/tt2000_config-4-linuxOUTPUT: the file is written, and a copy of any old file is generatedKEYWORD: copy = if set, the file is read in and a copy with the !stime appended is written outHISTORY: Copied shamelessly from thm_write_config by pcruce on 2012/04/18$LastChangedBy: nikos $$LastChangedDate: 2013-06-17 16:29:26 -0700 (Mon, 17 Jun 2013) $$LastChangedRevision: 12548 $$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/misc/time/TT2000/tt2000_write_config.pro $