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

MALA RD7 files #20

Open
erichnau opened this issue Sep 6, 2021 · 6 comments
Open

MALA RD7 files #20

erichnau opened this issue Sep 6, 2021 · 6 comments

Comments

@erichnau
Copy link

erichnau commented Sep 6, 2021

Hi,
just started working with data from our new MALA GX system using *.rd7 filetypes, but data were not displayed correctly.
In gprIO_MALA.py line 27 dtype should be np.int32 (not np.int16).

Cheers,
Erich

@AlainPlattner
Copy link
Member

Hi Erich,

Thank you for letting me know. The reason why I had np.int16 for *.rd7 files was because I had no access to any such files and just guessed what the encoding could be (as I wrote in the code). Do you happen to have an example .rd7 file that you could send me that I can use to test? Ideally together with a figure of how the data should look like.

Thanks and best wishes,
Alain

@erichnau
Copy link
Author

erichnau commented Sep 8, 2021

Hi Alain,
I unfortunately have no other software to show rd7 files (my ReflexW is outdated and my main processing software is kind of a black box where I only get to see the depthslices)
I do have data from two different MALÅ GX systems. The first one is a bit older (2019) and saves the data in both rd3 and rd7 format (this might help), but they use the same header file. The newer system (2021) uses only rd7 files.

For me changing dtype to np.int32 in GPRPy worked fine for displaying the data, but I haven't used any of the processing tools though.

RD7.zip

Cheers, Erich

@MumMumMum
Copy link

HI,
I want to know, how do I compile code after making to those changes in gprIO_MALA.py then build and install.
As my new changes are not getting compiled.
I tried python gprpy.py but I get compile err.
"import gprpy.toolbox.gprIO_DT1 as gprIO_DT1
ModuleNotFoundError: No module named 'gprpy.toolbox'; 'gprpy' is not a package"

I am in conda env where I am able to run gprpy successfully in both Profile and warr mode.
Please help.

Thanks and Regards
Manisha

@AlainPlattner
Copy link
Member

AlainPlattner commented Feb 2, 2023 via email

@AlainPlattner
Copy link
Member

AlainPlattner commented Feb 2, 2023 via email

@MumMumMum
Copy link

MumMumMum commented Feb 2, 2023 via email

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

3 participants