Closed MannyEsguerra closed 2 months ago
you mean negative peaks in z-score trace ?
Does GuPPy only detect positive-going peaks In the signal_xxx ?
yes, it only detects positive-going peaks in signal_xxx. You can try inverting the signal and see what it works. But I am not sure how good will it work
Is there a way to invert a signal inside Guppy?
Unfortunately, there is not. You can write your own small piece of code to do that
Is there a built in way to detect negative-going peaks in GuPPy, either by inverting the signal or with thresholding?