uafgeotools / lts_array

Least trimmed squares array processing for infrasound and seismic data
MIT License
12 stars 6 forks source link

Velocity/Baz left as np.inf or np.nan #18

Closed juliarose-coffey closed 1 year ago

juliarose-coffey commented 3 years ago

Noticed with some datasets, values for velocity and baz are often "calculated" as inf or nan when mdccm is high . I believe this happens in this fast_lts_array.py script - several variables are initiated as np.inf or np.nan and they make it through the processing without being reassigned.