Felix Rodriguez Cardozo

Results 15 comments of Felix Rodriguez Cardozo

@ArthurRodgers I hope you can find this repo: https://github.com/SeismoFelix/PYSEP_miscellaneous useful for using Pysep with a configuration file that yields the data directly to be used in MTUQ.

Thanks @bch0w, I guess in addition to "the rotation function is probably trying to include all of these traces", if the components have different lengths the rotation matrix is going...

Hi @bch0w, I updated Pysep and the script runs. Still, Pysep still cannot grab all the data I can stream directly from [WILBER](https://ds.iris.edu/wilber3/find_stations/11654896) or using the ObsPy massive downloader directly....

Thanks all for your comments and suggestions. @rmodrak: Indeed, we suggested selecting an appropriate number of points per axis (odd number) to guarantee they pass through the center of the...

Hello, This issue seems to persist when using ObsPy in Colab. I simply installed obspy as: > !pip install obspy But there is an error when it comes to import...

Thanks Ryan, Fun thing: It doe not work because the instruction:` rm mtuq/misfit/*.so` does not work because the *so file is in `mtuq/misfit/waveform/c_ext_L2.cpython-312-darwin.so`. But it has been like this always....

Thanks Ryan, Could you please elaborate in how the installation prrocedure changed (where was added the c-compiler). I would like (if possible) just to modify the installation file for myself...

Thanks Ryan, I appreciate you dedicate part of your Saturday to this. I simply used an old [mtuq/env_default.yaml](https://github.com/mtuqorg/mtuq/blob/70f0d55d402e244bdc415fd08ea8409430679414/env_default.yaml#L21) version where -c-compiler is not included. But did not work: > channels:...

I deleted the environment and the package, then I cloned MTUQ and repeat from scratch the installation process. Before running `conda env update --file env.yaml` I replaced the env_default.yaml by...

Before deciding merging or not, I believe is more relevant to address this instalation issue: https://github.com/mtuqorg/mtuq/issues/307