Replies: 1 comment 5 replies
-
Sorry not sure I follow. So you are using the segy only for the position but you want different times? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Sometimes I have a geometry
SEGY
file that describes the source and receiver positions and I wan't to compute forward wavemodeling for example. In that it is not necessary that I wan't to use the same trace length and sample rate as given inSEGY
.Out of core geometry sets
dt
,nt
,t
parmeters fromSEGY
. Of course I can modify them after theGeometryOOC
is created but it seems JUDI won't work if I changent
for example (I get dimension mismatch error).Modifying trace length and sampling rate directly in
SEGY
file may be not so convenient.Does it make sense to provide such API?
I expect for forward modeling it is not as complicated as for inversion purposes as inversion requires loading field data that should be trimmed or expanded depending on geometry's
nt
parameter. In the same time proving such API only for forward modeling will only bring confusion in understang the logic of JUDI.Beta Was this translation helpful? Give feedback.
All reactions