-
Notifications
You must be signed in to change notification settings - Fork 89
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
How is the GPRPy input file created? #6
Comments
Hi, thanks for your interest in GPRPy! This is a software to process and display ground penetrating radar data. It currently can not create synthetic data, but that would be a great feature to add. So to answer your questions:
Best wishes, |
Hello, Yours truly, |
Hi Alain, You said "The .dzt files are created by a GSSI ground penetrating radar system. GPRPy can also read the files created by other radar systems such as Sensors and Software (SnS) etc." but unfortunately I didn't understand how the files were created. I can view your shared .dzt files via the command prompt. But when I want to create it myself, I don't know how. Do I need to modify .py files in toolbax? I have also reviewed DZT.File.Format.6-14-16. Are these parameters used when creating the dzt file? Yours truly, |
Hi Gokcen, To create a .dzt file you need to either borrow or buy a ground penetrating radar system from this company: https://www.geophysical.com/ The files contain the data that were collected while using this system. There are likely some software packages around that can create synthetic radargrams, but their output is probably not a .dzt file, but perhaps one of the other compatible files that can be loaded into GPRPy. Best wishes, |
Hi Alain. I want to add support of ASCII text file (X;Y;amplitude).
Correct me if i wrong: 'data' is a numpy matrix of traces, where every trace is separate matrix. |
Hello,
I'm a young engineer and I'm interested in ground radar. I saw your work and wanted to try it. I did the uploads as described. However, I did not fully understand how to use it. I have a few questions that I hope you will answer;
Best regards,
Gokcen.
The text was updated successfully, but these errors were encountered: