-
Notifications
You must be signed in to change notification settings - Fork 0
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
Application and eventually versioning problems #1
Comments
Thanks for trying the workflow and your response! Regarding your issues:
That's correct,
Yes, this seems like a version issue. I will have a look, thanks for the hint!
Unfortunately, I cannot say much why the binning is not working for you. It seems like there is no line name present. Did you run the script using I am afraid I have only limited time at the moment but will look into these issues as soon as I can! |
Hey, so I gave it an other try. The installation also worked now on a Windows 11 machine, but the first command really needs to be changed to
The first proper issue I encountered then was a naming inconsistency, one needs to rename What is stopping me right now, are some static (hard coded) parameters or likewise optional parameters with default values, which can are not set while calling the main function. For example, SEGY files are being split automatically with the suffix At this point I am not sure yet how to proceed. I have been able to do 3D binning in GLOBE Claritas, so I might just implement especially the mistie correction there. If I decided to work on your scripts and functions to make them more dynamic, I would push a modified branch to you. Best regards and good luck! |
Background
Generally, I greatly appreciate the project, many thanks for sharing. Having an untouched data set sitting in the shelf, I wanted to try to create a 3D cube out of parasound data, but I am facing several issues. At this point, the CLI commands do not run unless modified. Let me try to give some examples.
Issues
Installation
If I am not mistaken the dependencies in conda have to be installed with "conda env create -f environment.yml" instead of "conda install -f {environment.yml}".
In a Windows environment, I failed to install. In the WSL, the installation was easy.
Reading of the SGYs
This issue could eventually be version related. But the segy-sak parameters for the specification of the CMP coordinate byte location seem to be "cdp_x" and "cdp_y" (not cdpx, cdpy). Specifying "silent=True" somehow terminates the program.
Also, the reading of the segy-files sometimes failes due to header inconsistencies. I guess, this has to be solved from the data output side before.
Binning
It seems, that no lines can be generated. There is a error in line 1636 "line_id, line_id_uniq = df_nav["line"].factorize{}, TypeError: 'NoneType' is not subscriptable.
Outlook
I am thinking about moving the data processing to scripts calling your defined functions rather than using them in command line wrappers. This procedure would also allow for the generation of QC plots and further, adapted data manipulation. Or do you have other suggestions for troubleshooting?
The text was updated successfully, but these errors were encountered: