Replies: 3 comments 2 replies
-
What are your options |
Beta Was this translation helpful? Give feedback.
0 replies
-
RTM options: # JUDI options
jopt = JUDI.Options(
save_data_to_disk=true,
file_path=shots_out_dir,
file_name=shots_out_name,
limit_m = true,
buffer_size = 100f0,
optimal_checkpointing=false) FWI options: jopt = JUDI.Options(
save_data_to_disk=true,
file_path=shots_out_dir,
file_name=shots_out_name,
limit_m = true,
buffer_size = 100f0,
optimal_checkpointing=false) Buffersize is such small due to RAM limitations. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you! What is possible the reason of random noise (especially in the upper part)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I get RTM like in the picture below.
I suspect I need to set an aperture for migration.
Is it possible? Or the problem isn't connected with aperture?
Beta Was this translation helpful? Give feedback.
All reactions