Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrated trace in attributes #47

Open
EvanBianco opened this issue Feb 1, 2018 · 1 comment
Open

Integrated trace in attributes #47

EvanBianco opened this issue Feb 1, 2018 · 1 comment

Comments

@EvanBianco
Copy link
Collaborator

A function that computes integrated trace of post-stack seismic amplitude data. Vectorized of course.

@kwinkunks
Copy link
Member

Needs to have a window argument.

https://agilescientific.com/blog/2011/12/28/i-is-for-integrated-trace.html

Description of Landmark's old implementation:

Integration integrates the trace using Fourier transform. This is done by transforming the trace, dividing each frequency by (2Pifreq*sqrt(- 1)), and zeroing the zero frequency component (removing dc). This gives a result similar to the simple (trace(i) = trace(i) + trace (i-1)), but has a more accurate 90 degree phase response at all frequencies. The frequency domain method is also not dependent on dc biases caused by small amplitude variations of the first few samples.
Integration produces an output trace in which each output sample value is the sum of the original samples, including this original sample.

Another description here, from CREWES, look for BLIMP: https://crewes.org/ForOurSponsors/ResearchReports/1996/1996-21.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants