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

SUWIND sets wrong delrt when tmin is supplied #178

Open
speleos opened this issue May 8, 2024 · 0 comments
Open

SUWIND sets wrong delrt when tmin is supplied #178

speleos opened this issue May 8, 2024 · 0 comments

Comments

@speleos
Copy link

speleos commented May 8, 2024

This has been reproduced in both 44R28 and 44R19.

channelcut.su is my original file, 600 seconds long, an excerpt from a DAS recording.

surange < channelcut.su
51 traces:
tracl 3800 3850 (3800 - 3850)
tracr 3800 3850 (3800 - 3850)
fldr 1
tracf 1
ep 1000
offset 38040 38540 (38040 - 38540)
gx 38040 38540 (38040 - 38540)
ns 27000
dt 20000

If I cut it at tmax, I obtain the following:

suwind < channelcut.su tmax=500 | surange
51 traces:
tracl 3800 3850 (3800 - 3850)
tracr 3800 3850 (3800 - 3850)
fldr 1
tracf 1
ep 1000
offset 38040 38540 (38040 - 38540)
gx 38040 38540 (38040 - 38540)
ns 25001
dt 20000

However, if I cut it at tmin, delrt is set to a number that I can't understand.

suwind < channelcut.su tmin=100 | surange51 traces:
tracl 3800 3850 (3800 - 3850)
tracr 3800 3850 (3800 - 3850)
fldr 1
tracf 1
ep 1000
offset 38040 38540 (38040 - 38540)
gx 38040 38540 (38040 - 38540)
delrt -31072
ns 22000
dt 20000

If other tmin values are used, delrt changes too.
suwind < channelcut.su tmin=300 tmax=500 | surange
51 traces:
tracl 3800 3850 (3800 - 3850)
tracr 3800 3850 (3800 - 3850)
fldr 1
tracf 1
ep 1000
offset 38040 38540 (38040 - 38540)
gx 38040 38540 (38040 - 38540)
delrt -27680
ns 10001
dt 20000

I've attached the file to reproduce the issue.

channelcut.su.zip

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

1 participant