*********************************************************************** ** In this directory, there is a conversion program from Syowa ** ** original format to SAC (Seismic Analysis Code) volume. ** *********************************************************************** There are two source codes and their make files. rsub.c : read original three-component waveform data wsacs2.f : main conversion program to SAC mk : make file for compilation "wsacs2.f"read the hypocentral information file "hypo.dat". Please create the "hypo.dat" file for each event. While running the program, do the command "wsacs2 < SYO original file)". <> If you cannot compile above two source codes by make file, re-write the C-call routine of "rd_syowa_" to "rd_syowa" in the fortran program 'wsacs2.f'. (END OF FILE)