Skip to content

Commit

Permalink
Add reference to crosscorrelation_beamform docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
anowacki committed Jul 23, 2020
1 parent 5a8b5b8 commit 24b50d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/correlation.jl
Expand Up @@ -61,6 +61,8 @@ julia> bf.sx_max[1], bf.sy_max[1] # Maximum power slowness points in x and y
Cross-correlation beamforming.
Journal of Seismology 21, 495–508.
https://doi.org/10.1007/s10950-016-9612-6
See also [`crosscorrelation_beamform_corrs`](@ref).
"""
function crosscorrelation_beamform(s::TraceArray{T}, t1, t2, sx1, sx2, sy1, sy2, ds;
t=(t2-t1)/2, kwargs...) where T
Expand Down

0 comments on commit 24b50d8

Please sign in to comment.