Fred Massin
Fred Massin
Sorry I'm far away from office until Monday...
OK trying to get and example here http://mercalli.ethz.ch/~fmassin/sds_report, while executing your code as follows: ``` *******@*******:~$ ./sds_html_report.py -r /rz_nas/miniseed/ -o public_html/sds_report -l "D0" -c "VEI" -c "GNS" Traceback (most recent...
Ho yes sorry, this is the default one setup by our IT on our cluster, it cannot be up to date with the last dev version. Now that's fixed (with...
No worries that is fine, happy new year too.
Hello Thanks for taking care of this. I am not a PQLX user, but I have a lot of data with gaps (some for good reason, some not), the idea...
> not sure how that would happen ... [merging with 0 filling](https://github.com/obspy/obspy/blob/29f6127e38963e857111a8f9773ad0d14fdf77af/obspy/signal/spectral_estimation.py#L872) is done with method [0 by default](https://github.com/obspy/obspy/blob/29f6127e38963e857111a8f9773ad0d14fdf77af/obspy/signal/spectral_estimation.py#L872), which [means no interpolation, just filling](https://docs.obspy.org/packages/autogen/obspy.core.trace.Trace.html#obspy.core.trace.Trace.__add__) with 0.
Hey, happy new year dear @megies and ObsPy dev team :) I really like to help with this and to see some improvements there. Please let me know if there's...
Hello I just bumped against the same thing, from `build/src/extras/scdetect/Testing/Temporary/LastTest.log`: ```shell ... 07:27:55 [info] Waiting for record thread /usr/local/src/seiscomp/src/extras/scdetect/src/apps/cc/test/integration_utils.cpp(620): ^[[1;31;49merror: in "cc_integration/_40": check equalOptional(lhs, rhs, [](DataModel::AmplitudeCPtr amp) { return amp->timeWindow();...
There is a channel for which "no data is accumulated" i.e. missing response or waveform, so you need to find it and remove it....
> Personally, I was only processing our own data and replaced the whole downloading with a SDS Client.. but probably thats not fitting most people, so just as a side...