NSGeophysics / GPRPy

Ground Penetrating Radar processing and visualization software for python
MIT License
174 stars 85 forks source link

Kill traces functionality #13

Open johnpaustian opened 3 years ago

johnpaustian commented 3 years ago

Can you implement this as a button in the GPRPy GUI? It would be nice to have the ability to remove bad traces, such as the ringing shown below at ~70m along the profile.

image

AlainPlattner commented 3 years ago

Thank you for the suggestion.

Something similar is already implemented: You can cut the profile into a part before the bad trace and a second part after the trace, and then use the "merge" functionality as described here: https://github.com/NSGeophysics/GPRPy/blob/master/gprpy/examplescripts/exampleMergeProfiles.py