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
My data have random null traces. That means we can't say that for example x[N,:,:] are all null (zeroed / masked).
With that it becomes difficult to specify iava and iava1 indexes of not null traces.
So how can I specify not null traces if they are not contigous along any of the dimensions?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Based on 3D interpolation tutorial I'm trying to interpolate my 3D shots.
My data have random null traces. That means we can't say that for example
x[N,:,:]
are all null (zeroed / masked).With that it becomes difficult to specify
iava
andiava1
indexes of not null traces.So how can I specify not null traces if they are not contigous along any of the dimensions?
Beta Was this translation helpful? Give feedback.
All reactions