Felix Rodriguez Cardozo
Felix Rodriguez Cardozo
I have downloaded data directly from WILBER Iris service and in Pysep to double check all data that should be available can be streamed. Unfortunately, some traces downloaded from WILBER...
Hi all, In the MTUQ module [FullMomentTensorGridSemiregular](https://github.com/uafgeotools/mtuq/blob/7a32742492c909e478307ecee5b64c6ed4991cc3/mtuq/grid/moment_tensor.py#L60) when the number of points per axis is defined to determine how coarse the grid search will be, I found that that number...
When fetching GFs from syngine database for the **PREM** velocity model, the same `model` parameter passed to `taup_model` during the creation of the the object `process_sw` : > model =...
Hello I tried to run the MTUQ [Colab example](https://colab.research.google.com/drive/1UJWOompBz9MlJN0B6SoVKzF8Whz_1nPp#scrollTo=9yvc95JURnaz) and it seems that the branch that is cloned for the example is no longer available: ``` !git clone -b uq_matplotlib...
The subroutine [plot_cdf](https://github.com/rmodrak/mtuq/blob/2a558a7181c784a6b6956e01323d16b4d45d7b29/mtuq/graphics/uq/omega.py#L51) requires the reference moment tensor parameter `m0` for calling [_calculate_pdf](https://github.com/rmodrak/mtuq/blob/2a558a7181c784a6b6956e01323d16b4d45d7b29/mtuq/graphics/uq/omega.py#L75). Currently, it will show the error: ` omega, pdf = _calculate_pdf(df, var, m0=m0, nbins=nbins, NameError: name 'm0'...
Hi! I am having issues with plotting the lune plot in the new matplotlib visualization backend. The problem seems to arise when a deviatoric grid-search (DC + CLVD). Although in...
The subroutines [plot_beachball](https://github.com/mtuqorg/mtuq/blob/master/mtuq/graphics/beachball.py#L35) and [plot_polarities](https://github.com/mtuqorg/mtuq/blob/master/mtuq/graphics/beachball.py#L98) in their current form does not contain taup_model as a required parameter, or at least as an optional one with a default value. Therefore, if...
Hello, Something happened in the latest approved pull request that changed the compilation of [ c_ext_L2.c ](https://github.com/mtuqorg/mtuq/blob/master/mtuq/misfit/waveform/c_ext_L2.c)during the execution of `conda env update --file env.yaml` After the installation, the file...
Hello, I am working in including polarities in the moment tensor estimation. In one example, I observed that the preferred moment tensor solution on the lune according to the misfit,...
Hello, After installing the latest version of Pysep we tried to run the `pysep -l` command and we obtain the following error: ``` pysep -l Traceback (most recent call last):...