Skip to content

Commit

Permalink
update SAC libsac
Browse files Browse the repository at this point in the history
  • Loading branch information
core-man committed Aug 28, 2020
1 parent c3d48e9 commit 492ba11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

- frequncy domain correlation
- [cc_freq](src/cc_freq.c): do cross-correlation using [FFTW](http://www.fftw.org/)
- [correlatec](src/correlatec.c): call SAC's `crscor` in SAC's [libsac](http://ds.iris.edu/files/sac-manual/manual/saclib.html) ([Chinese notes](https://seisman.github.io/SAC_Docs_zh/libs/libsac/#crscor)) to do cross-correlation
- [correlatec](src/correlatec.c): call `crscor` in SAC's [libsac](http://ds.iris.edu/files/sac-manual/manual/saclib.html) ([Chinese notes](https://seisman.github.io/SAC_Docs_zh/libs/libsac/#crscor)) to do cross-correlation
- [sac_wfcc](sac_wfcc/): this is [Lupei Zhu's code](http://geophysics.eas.gatech.edu/people/zpeng/Teaching/SAC_Tutorial/#part3_1)
- PCC2: this is [Martin Schimmel's code](http://diapiro.ictja.csic.es/gt/mschi/SCIENCE/pcc2_method.py)
- ObsPy: [corss_correlation](https://docs.obspy.org/packages/autogen/obspy.signal.cross_correlation.html#module-obspy.signal.cross_correlation)
Expand Down

0 comments on commit 492ba11

Please sign in to comment.