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

Exporting GPR Data of SIR-30 Multi-Channel System to A CSV/TXT File #37

Closed
h2maa opened this issue May 25, 2021 · 3 comments
Closed

Exporting GPR Data of SIR-30 Multi-Channel System to A CSV/TXT File #37

h2maa opened this issue May 25, 2021 · 3 comments
Assignees
Labels

Comments

@h2maa
Copy link

h2maa commented May 25, 2021

Dear Mr. Ian Nesbitt and Your Team,

I currently use the GSSI SIR-30 multi-channel GPR system. Is it possible to export GPR data arrays for all channels (for example, in a CSV or TXT format)? If not, how can I read the GPR data for each single channel? It seems that, by default, the readgssi program only read/plot GPR data on the first channel.

I would appreciate your response.

Thank you very much!

@iannesbitt
Copy link
Owner

iannesbitt commented Aug 11, 2021

Hi @h2maa, sorry it took so long to get back to you. There was previously a bug that did not separate channels into individual files, which has now been fixed in the above commit. If you install the above commit, exporting to CSV from files with multi-channel data should be automatic, using the following format:

readgssi -f csv -i DATA__001.DZT -Z 0,0

Output will be named like:

DATA__001Ch0.csv
DATA__001Ch1.csv

@iannesbitt iannesbitt self-assigned this Aug 11, 2021
@iannesbitt iannesbitt added the bug label Aug 11, 2021
iannesbitt added a commit that referenced this issue Aug 11, 2021
@h2maa
Copy link
Author

h2maa commented Nov 3, 2021

Dear Mr. Ian Nesbitt,

I overlooked your response and I apologize for that. Thank you so much for your time to update the code. It works perfect.

Best regards,
h2maa

@iannesbitt
Copy link
Owner

Excellent, good to hear.

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

No branches or pull requests

2 participants