Unpacking the archive tempo.tgz will create a new directory named
"tempo" containing the following files:

Files for TEMPO itself
---------------------------------------------------------------------
tempo.exe	TEMPO compiled for Windows
tempo.cfg	Configuration file
tempo.hlp	Terse help file
tz.bat		Batch file for generation of polynomial coefficients	
tz.in		List of pulsars for generation of poly coeffs
leap.sec	List of MJDs on which "leap seconds" occurred
obsys.dat	List of radio observatories; K5SO is entry "j"

Files for test/example program POLYCHK
---------------------------------------------------------------------
polychk.f	Simple program to illustrate use of poly coeffs
getpoly.f	Subroutine to read polyco's from disk
phcalc.f	Subroutine to evaluate pulsar phase and freq
poly.h		Defines common block for polychk
polychk.exe	POLYCHK compiled for windows



Files produced for program validation
---------------------------------------------------------------------
tempo.lis.0	
polyco.dat.0
polychk.out.0

Two subdirectories will also be created:

ephem:	Contains the JPL planetary ephemeris and file to help in 
	converting terrestrial time to solar-system barycentric
	dynamical time.
		
tzpar:	Contains astrometric and timing parameters for 513 pulsars


The following dialog (copied from a Windows command-prompt window)
illustrates how to create polynomial coeffients for June 7, 2006,
and use them to produce a list of pulsar frequencies over 18 hours
on June 7-8.

C:\k1jt\tempo>tz

C:\k1jt\tempo>set TEMPO=c:\k1jt\tempo\

C:\k1jt\tempo>tempo -z
TZ source list for site = j

    PSR        Nspan  Ncoeffs  Maxha    Freq
----------------------------------------------
 0329+54         1080       5    9.00    432.00000

 Current date is 23-JAN-07, or MJD 54123.726

 Enter first and last MJD, or hit return to run for today:
53894,53894
  8-JUN-06 through  8-JUN-06

 WARNING: Requested MJD or TZRMJD outside parameter validity range
    32     0.00000000   0.260173     185898.626            1
 PSR 0329+54       7-JUN-06  UTC:   1730   rms:   46.030 us.

C:\k1jt\tempo>polychk 0329+54 53894
 0329+54 0329+54    53894.0000000000        53893.7291666666               19
          19
Read   1 set of coefficients from polyco.dat
Wrote    18 TOAs to polychk.out

C:\k1jt\tempo>

