You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi Haipeng,
Where is actual averaging happening? Do you look up the ends of the GL segment?
"""
pull the model to the data space
"""
Is any GL applied in the Marmousi baseline example?
Best,
Vladimir
The text was updated successfully, but these errors were encountered: