README FILE SUDS2SEGY 1.0 Date of Latest Revision: March, 2000 U.S. Department of the Interior U.S. Geological Survey Open-File Report 00-141 SUDS to SEGY Conversion Program SUDS2SEGY 1.0 Mark Goldman U.S. Geological Survey 345 Middlefield Rd. Menlo Park, CA 94025 This report is preliminary and has not been reviewed for conformity with U.S. Geological Survey editorial standards or with the North American Stratigraphic Code. Any use of trade, firm, or product names is for descriptive purposes only and does not imply endorsement by the U.S. Government. Although this program has been used by the U.S. Geological Survey, no warranty, expressed or implied, is made by the USGS as to the accuracy and functioning of the program and related program material, nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith. This disk contains all of the source code necessary to run SUDS2SEGY, along with a README file and a DOCUMENTATION file. To begin, compile the C++ source code using any C++ compiler. Or use the makefile provided by typing "make SUDS2SEGY". I have successfully compiled the source code using the Gnu Compiler g++ version 2.8.1. This excellent and free compiler may be downloaded from the ftp site: ftp.gnu.org/gnu Example compilation command: make SUDS2SEGY OR g++ -o SUDS2SEGY SUDS2SEGY.cc List of Files: PROGRAM NAME DESCRIPTION ------------ ----------- README this readme file NOTE_FOR_THE_MONTHLY note file DOCUMENTATION documentation file SUDS2SEGY.cc source code makefile makefile