Conversation
samtkaplan
left a comment
There was a problem hiding this comment.
Looks good. I'm wondering if WaveFD is a bit of a heavy dep to add, but I'm not sure I have a better suggestion at the moment.
jkwashbourne-oss
left a comment
There was a problem hiding this comment.
nice add
shift/sum allows non-regular locations but I guess we are assuming everything regular
I will try a julia native package for shifting instead of WaveFD |
yes, the shift/sum operator can take either regular offsets in xy or fully irregular offsets |
…t and sum slant stack operators
nmbader
left a comment
There was a problem hiding this comment.
@JuliaRegistrator register
nmbader
left a comment
There was a problem hiding this comment.
@JuliaRegistrator register
Note 1: in 3D with
mode="depth", the mapping from subsurface offsets to aperture angle depends on the geologic dip.Note 2: the shift and sum operator is typically slower than the Fourier domain operator. However, it yields result with less artifacts and can serve as a verification test. Moreover, the 3D shift and sum in
mode="depth"can accommodate depth-varying geologic dip, which is not possible in the Fourier domain.