Files required for LAMONT processing of NCSN waveforms: 1. GRM files - tape 2. MEM files - tape 3. ASCII mem files - ftp 4. cuspidmap file - create or ftp 5. LOCATIONS file - put in /, /etc, or /usr/local/etc 6. setup_env 7. setup.ddl, setup.mem 8. ncsn.stations Software source required for LAMONT processing of NCSN waveforms: 1. libget, libfget 2. libSCA 3. make_cuspidmap 4. qcusp 5. build_cuspidmap 6. CUSP software (minfo, cuspsac, ahxdr) 7. cusp2ah 8. cusp2sac 9. getmem 10. getseis ======================================================================== 0. Update the setup_env file for your installation. Source it, since programs and Makefiles use this. Update the LOCATIONS file and install it in one of the 3 directories. 1. Build all of programs and libraries from the src tar file. See instructions in the tar file. 2. The cuspidmap file is a binary file that gives basic info about each event, including the year and month of the event. This is used by programs to locate the mem and grm files for the event. You can use the cuspidmap file that I provided, or build your own with the build_cuspidmap program. If you want to build your own cuspidmap file, you need all of the ascii_mem files. The build_cusipdmap program should be run within its own directory, since it builds monthly cuspidmap files. 3. The ASCII mem files are built from the binary mem files with the program minfo. minfo eventid > ascii_file will convert the binary mem xeventid.mem and write to stdout. I can provide you with scripts to build the montly ascii_mem files if you want. I would suggest that you use my ascii_mem files, since it takes quite a while to build the ascii_mem files. You should untar the ascii_mem file tar file, but leave the monthly files as binary. The build_cuspidmap program will uncompress them on the fly when need.