ABOUT THIS README FILE This README file contains information related to the distribution of the 97.0108 version of the hyp2prof software package. ABOUT THIS DISTRIBUTION This is a "minimalist" distribution which will evolve over time. The motivation for putting this out now is to provide interested investigators with something with which to work. The ususal provisos that accompany freely distributed software apply here as well, such as: 1. The author is not responsible for any problems you might experience using it and 2. Don't sell it, or incorporate it into a commercial product. This distribution was put together by Steve Roecker (roecker@harold.geo.rpi.edu). HOW TO RETRIEVE THIS DISTRIBUTION The contents of this distribution are stored in a compressed tarfile called hyp2prof_9701.tar.Z, and resides in the anonymous ftp area of harold.geo.rpi.edu (128.113.15.10) in the pub/Programs directory. It can be retrieved either by anonymous ftp to harold.geo.rpi.edu or through the RPI Geophysics Software web page: http://gretchen.geo.rpi.edu/software.html Follow the directions on this page for ftping the hyp2prof package. WHAT'S HERE An economical way to extract the contents of the tarfile is to issue the command: zcat hyp2prof_9701.tar.Z | tar xvf - The contents, placed in a subdirectory called "hyp2prof", are: README.9701 This file bin/ Executable compiled on a Sun Sparcstation LX. You can try this and see if it works for you to avoid the trouble of having to "remake" it. doc/ Documentation of the software, in this case an HTML files that was developed using a NetScape 2.0 browser. src/ Contains all the source code. It also contains an example of the .hyp2prof_defaults file. INSTALLATION The src directory contains all the code for the following program: hyp2prof The interactive reformatting software An executable is included in the bin directory, but of course it may not run on your computer or you may want to modify the code. Before compiling hyp2prof, edit the pathnames in the Makefile to correspond to the proper directories for xview, FORTRAN, and openwindow libraries. To compile, go into the src directory and look for the Makefile. To compile hyp2prof, simply type: make and return. After compilation, the executable resides in the src directory. If you wish to move it to another directory, edit the BIN_DIR variable in the Makefile so that it has the proper directory name (the default is hyp2prof/bin) and then type: make install DOCUMENTATION Documentation is scant by improving. At the moment an HTML file discussing hyp2prof is included in the "doc" directory. This is available over the Web as well (via http://gretchen.geo.rpi.edu/software.html) EXAMPLES Well, not yet. Maybe next time. Some examples are discussed in the manual, however.