Andy Nowacki

Results 33 comments of Andy Nowacki

I also have found resampling to be a bottleneck in some processing and this helps. It would be great if `resample_filter` was documented and made part of the API.

There is also the barer-bones [NanoDates.jl](https://github.com/JeffreySarnoff/NanoDates.jl).

Hi @rkoireng. I'm glad to hear you are finding Seis.jl useful and I understand that it would be useful to have it in the registry. I am currently in the...

At the moment, Seis.jl doesn't support instrument response removal or transfer, but it is something I have draft implementation of so will try to add soon. In the meantime, using...

Just to be clear, this is where `_stripack.cpython-38-darwin.so` is looking for the libraries: ``` $ otool -L [redacted]/site-packages/stripy/_stripack.cpython-38-darwin.so [redacted]/site-packages/stripy/_stripack.cpython-38-darwin.so: /usr/local/opt/gcc@10/lib/gcc/10/libgfortran.5.dylib (compatibility version 6.0.0, current version 6.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0,...

TextMate 2 Julia user here. I actually wrote a [separate bundle](https://github.com/anowacki/JuliaUnicode.tmbundle) to support this, which makes the snippets from the Julia source. I wrote it as a separate package because...

Hi @marianoarnaiz. I'm guessing that you want this for `FourierTrace`s? In this case, the `integrate` function could just have a new method `integrate!(::AbstractFourierTrace)` which does the standard frequency-domain integration. At...

I think this is closed by #70.