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

Gauge Length #1

Open
vkazei opened this issue Sep 5, 2024 · 0 comments
Open

Gauge Length #1

vkazei opened this issue Sep 5, 2024 · 0 comments

Comments

@vkazei
Copy link
Collaborator

vkazei commented Sep 5, 2024

Hi Haipeng,

Where is actual averaging happening? Do you look up the ends of the GL segment?
"""

pull the model to the data space

        d[ic, :] = (np.dot(self.tangent[channl_pos], m[:, channl_pos_lookup, :]) -
                    np.dot(self.tangent[channl_neg], m[:, channl_neg_lookup, :]))

    # average the data over the gauge length
    d /= self.gauge_len

"""
Is any GL applied in the Marmousi baseline example?

Best,
Vladimir

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

No branches or pull requests

1 participant