-
Notifications
You must be signed in to change notification settings - Fork 12
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
need suggestions for implimenting the deep prior int. tool on 2d seismic data #8
Comments
Hi @chiseo36, Thanks for trying this method. Please, refer to this issue and let me know if the problem persists. |
Many Thanks @fpicetti for your hard work. It's running fine now. For one thing i need more suggestions, if i use this code |
Hi @chiseo36, thanks for asking :) We've done a lot of research on this deep prior interpolation, still there are many ideas to work out. We will be very interested to follow yours. |
Thanks @fpicetti. I am implementing antialiasing_lines.ipynb on both synthetic and real field data set. For synthetic data i did it by masking the data and moreover it has also target data, however while implementing it to the field seismic data I am facing problem. My field input data has already gaps(looks like masked data) , i want to fill the gaps using this mentioned method. My query is does it require to mask the data at this time also, if so what would be the missing percentage for masking(does it 0.001) and what should be the target here (which is a filled data as in synthetic case)? (but i don't have filled data, which i want to get ). Additionally, |
Hello, I am chiseo. Really, this is an amazing tool for interpolating the 3d seismic data. Could you please suggest me how to use this tool for 2d seismic data. In the 2d case i have the data dimension of mxn. However according to the instruction provided "If you have 2D native datasets, please add an extra axis". Thus i have added an extra axis by using the command
inputdata[:, :, newaxis]
, in python and in this way i convert the 2d native data to 3d and now the data dimension is mxnx1. Though the data is now in 3d it gives something like "Invalid shape (n,)......So, i need some support from developers rectifying this small error.Thanks and looking forward to hearing from you.The text was updated successfully, but these errors were encountered: