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

Amplitudes are not correct upon reading multiple channel files #1

Open
Terranigmus opened this issue Mar 13, 2019 · 2 comments
Open

Comments

@Terranigmus
Copy link

The read routine seems to confuse something.
Reading a file produces amplitudes that are much too high.

@ahartikainen
Copy link
Owner

Hi,

There is probably a wrong dtype for your data. I just fixed the master to enable user to set dtype manually.

Try with the different options and see if one of them gives the right result. (If you have other GPR software, you could try to infer what dtype is correct for your data)

The following can be used as dtype (or anything that works with np.dtype function)

'uint8'
'uint16'
'int32'
'int64'

@ahartikainen
Copy link
Owner

Hi, would you have some simple example file, so I can see if this has some easy fix.

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