Skip to content
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

Empty plot after import #31

Open
bandtank opened this issue Apr 6, 2023 · 1 comment
Open

Empty plot after import #31

bandtank opened this issue Apr 6, 2023 · 1 comment

Comments

@bandtank
Copy link

bandtank commented Apr 6, 2023

After I import data, the resulting plot is empty. I know the data files are good because they work in R using RGPR. The format is GSSI. I also know the installation of GPRPy works because I found test data in another issue that works.

Data

image

There are no errors in the log. What could be wrong?

@DuncanAWilliams
Copy link

The data you linked worked for me. Make sure you do some basic processing and play with the contrast?

E.g., I did the following quick processing to generate the attached figure (shown with contrast of 7):

mygpr = gp.gprpyProfile()
mygpr.tpowGain(1.2)
mygpr.remMeanTrace(999)
mygpr.dewow(999)
mygpr.setVelocity(0.1)
mygpr.smooth(3)

File____112.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants