Coder Social home page Coder Social logo

Comments (8)

gempa-jabe avatar gempa-jabe commented on August 21, 2024 1

Yes, I agree if that is the case. Actually terminate just sets the status of the AIC processor which causes it to be removed from the processing. The detector is not affected. Maybe there is a logical error which prevents the detector from emitting further picks in such a case. We will look into it. Thanks for reporting.

from common.

luca-s avatar luca-s commented on August 21, 2024

I had a look at the code and I now understand this strange behaviour.

AIC picker class is derived from Siescomp::Processing::Picker which doesn't handle the gaps.

The basic scautopick detector class is derived from Siescomp::Processing::SimpleDetector instead, which inherits the gap handling behaviour from Siescomp::Processing::WaveformProcessor.

I can understand that AIC doesn't handle the gaps, but completely stopping the processing of a stream seems a tittle too extreme, don't you agree?

from common.

gempa-jabe avatar gempa-jabe commented on August 21, 2024

If possible, can you share your example that I can run it with scautopick to reproduce the issue?

from common.

luca-s avatar luca-s commented on August 21, 2024

Yes sure, let me prepare the data for you.

from common.

luca-s avatar luca-s commented on August 21, 2024

data.tar.gz

scautopick.cfg:

leadTime = 1
initTime = 1
gapInterpolation = true
picker = ""   # or "AIC"
amplitudes = ""
thresholds.triggerOn = 2
thresholds.triggerOff = 1.0
thresholds.deadTime = 0.1
thresholds.minAmplOffset = 2

scautopick bindings:

picker.AIC.signalBegin = -0.03
picker.AIC.signalEnd = 0.02
detecFilter = "RMHP(10)>>BW_HP(4,50)>>STALTA(0.02,0.06)"
timeCorr = 0

SeisComP v5.3.0

from common.

gempa-jabe avatar gempa-jabe commented on August 21, 2024

The picker.cpp sets a safety margin of 60s. This is appended to the noise window and always covers your data gap for all processors added after the gap. Removing the line keeps it picking. I will do that.

from common.

gempa-jabe avatar gempa-jabe commented on August 21, 2024

e68488df022ec4e37166eb92cdf67fae4aed56c6 fixes your issue.

from common.

luca-s avatar luca-s commented on August 21, 2024

Thanks a lot. I tested it and it works indeed!

from common.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.