this is ============================================================================ TSXX --- basic code to handle time series analysis -------------------------------------------------- $Id$ ============================================================================ For compilation instructions see README.1st in the root directory of the tar-ball or http://gpitrsvn.gpi.uni-karlsruhe.de:8000/TFSoftware/wiki/docs/installation This library provides modules for time series analysis. In particular this are functions that also need seismic trace header data (like the sampling interval) additional to the time series samples themselves. Provided are recursive filters (i.e. an interface to seife), FIR decimating filters, interpolation filters, tapers, containers for time series data together with header data, and more. Installation ------------ environment variables: LOCINCLUDEDIR Defines the path where header files will be copied for usage in your own projects. You will pass this path to the precompiler with the -I option. LOCLIBDIR Defines the path where the binary library will be placed. TF_WWWBASEDIR Defines the path to your personal homepage. That's the place where doxygen output will be written too (see inthe Makefile). make all installs headers, binary libraries and documentation Dependencies ------------ Other libraries that are required to compile libtsxx: libaff, libgsexx, libtime, libdatrwxx, libsffxx, libcseife The test porgram additionally requires libtfxx Detailed documentation is provided through doxygen source code. See target doxydoc in the Makefile. ----- END OF README -----