Tim Clements

Results 26 comments of Tim Clements

I'm a little surprised `resample` works on the GPU...I don't believe I wrote a version of `resample` specifically for the GPU, so I think there's some data transfer to/from CPU/GPU...

Let's keep this open - I think GPU resampling is different enough to keep in mind.

Hmmm, this is puzzling! It's odd that resample even works with NodalData, as it looks like I didn't write a resample method that accepts NodalData.

Yes, that's right! SeisNoise is just using SeisIO's resample method, which processes data trace by trace rather than as a matrix so it's suuper slow..

Thanks for finding this! I'm leaning towards deprecating `process_raw` in favor of applying individual processing functions (detrend, taper, bandpass). I think that leads to more understandable code. I need to...

Awesome! I'm happy to take any input on what would be useful metadata, etc.. for a future NodalCorrData object.