Tim Clements
Tim Clements
I had to make a few edits to the `get_sample_files` above working for all the test files but can confirm that tests are passing on ubuntu 20.04 with Julia v1.7.0...
Just to chime in - I've used Interpolations.jl and it's had everything I've needed. Dierckx.jl wraps the same Fortran library that Scipy uses for interpolation. Interpolations.jl is probably easier to...
Bumping this issue - @jpjones76 can we create a minor or patch release with the HTTP and LightXML version updates?
Hi! `RawData` has a check that `cc_len * S.fs` is an integer value. Which version of SeisNoise do you have installed? You may have an older version installed. You can...
Hello Martín! Great to see you're using SeisNoise.jl. `RawData(S)` will only convert the first channel. `RawData` structures are intended to be used for a single station component each. To convert...
Great, thanks for letting me know! I have not tested SeisNoise on an M1/M2. I'll get in touch with Josh Jones to see if he can merge quickly - should...
I think the comment using my forked version of SeisIO I mentioned in #101 should fix for now. We are working on moving to use [SeisBase.jl ](https://github.com/SeismoJulia/SeisBase.jl) in the future.
We moved to using SeisBase.jl, can confirm SeisNoise.jl works on macOS.
This is something I would love to have! Manually writing updating TOML feels hackish and unreproducible at the moment. The `create`, `delete` and `update` syntax seems the best to me...
This is awesome! I'm going to transfer SeisNoise to the SeismoJulia org shortly. How about we work on this PR after we transfer over there?