Closed damb closed 3 years ago
Note that the bugfix mentioned above seems to be required for https://github.com/SeisComP/common/blob/d81e4360e29e5f19d21069235b2821a68e70404a/libs/seiscomp/processing/waveformprocessor.cpp#L278-L368. I'm going to provide a PR after my vacation.
A few leftovers and as a reminder for myself:
Note that, since this change requires to adjust the alignment correction, too, it's cleaner to provide a dedicated PR. Thus, here, I won't fix this issue.
FE_INVALID
issue of integration-single-stream-filtered
Note that the bugfix mentioned above seems to be required for https://github.com/SeisComP/common/blob/d81e4360e29e5f19d21069235b2821a68e70404a/libs/seiscomp/processing/waveformprocessor.cpp#L278-L368. I'm going to provide a PR after my vacation.
References https://github.com/SeisComP/common/pull/15.
Features and Changes:
Template
waveform processors. Control the chunk size. Correctly apply both SeisComP filters and the in-place cross-correlation. Make use of the fact that SeisComP filters are implemented recursively.Usage and Configuration:
"filter"
(or"templateFilter"
, respectively) is specified apply the filter configured with theDataModel::Pick::filterID()
. In case the user wants to force that no filter is used an empty filter identifier string must be configured.--debug-info
facilities. With the usage of the inplace cross-correlation filter dumping waveform information is actually not sensible anymore.Bugfixes:
last_sample
property.