I) Production

  A) Production (C/C++) version stagnant for a while (since April?).

  B) A distribution kit for the C version is available over the web and
     has been tried out by several people on various platforms. egcs v1.1.2
     compilers (gcc and g++) are recommended. Other compilers have had some
     problems.

  C) Will also benefit from the much more active root/C++ development,
     in that  it can use any root classes (See below).

  D) I Welcome feedback and requests for new features.

II) Root based

  A) Main focus - support for installation related testing and monitoring.

  B) Distribution not yet formalized
     1) installed by hand at CIT and LHO
     2) I'll make a distribution kit ASAP

  C) Example of use on http://www.ligo.caltech.edu/~jzweizig/DMT-Examples.html

III) Classes and macros installed so far (doc++ class documentation at
     http://www.ligo.caltech.edu/~jzweizig/Sand)
  A) Data access
     1) Dacc  - Data access
     2) Channel - Requsted channel dictionary entry (used by Dacc)

  B) Data containers
     1) DVector  - variable type data vector
     2) FSeries  - Frequency series
     3) TSeries  - Time Series
     4) Time     - absolute Date/Time (GPS)
     5) Interval - Time interval

  C) Signal Processing
     1) Filter - FIR design and filtering of TSeries
     2) FFT (incorporated into FSeries)
     3) Chirp - Astrophysical templates (base class)
     4) Inspiral - Newtonian biary inspiral function (test Chirp)

  D) Display
     1) Bode -        Bode plot (root macro)
     2) THist -       Histogram TSeries (root macro)
     3) TPlot -       Plot TSeries (root macro)
     4) Strip-Chart - (see example)
     5) Date/Time -> String conversion

  E) Mathematics
     1) Complex Numbers
     2) Polynomials