krisvanneste
krisvanneste
I don't personally need this, it just seemed awkward compared to the other output options. On the other hand, if you implement it, it would probably be best to do...
Claudio, I force-pulled the branch and my notebook still works! - I missed the potential problem with `config.event` when running the CLI, but indeed we should investigate if this can...
Claudio, thanks. To avoid my specific functions to read event data, phase picks and waveform data, I can write everything into a ASDF file, which is easier to share. I...
You are doing quite a bit of refactoring, but it looks good! I only had to modify one import line in the notebook.
> Thanks Kris! > > > It should not be too difficult for you to test this. > > How that? Are you going to propose a PR? I can...
I'm looking into building a custom taup model in obspy, but it's already clear this is not the solution. I had to set the `max_radius` of the model to the...
I finally implemented this in PR https://github.com/SeismicSource/sourcespec/pull/78
Hi Claudio, I made a first attempt to refactor some functions (in ssp_setup.py, ssp_read_traces.py and source_spec.py) in order to make it possible to run sourcespec as a function. Should I...
OK, I created a new branch called v2_ssp_func, but now I get a strange error trying to push it to my github fork: `refusing to allow an OAuth App to...
I have been able to solve it by changing the repository URL in sourcetree, as mentioned [here](https://community.atlassian.com/t5/Git-questions/I-can-t-connect-to-Github-from-Sourcetree/qaq-p/30851#U1350882) Pull request will follow.