This repository was archived by the owner on Feb 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
How to
Srinivas Gorur-Shandilya edited this page May 21, 2020
·
3 revisions
Use pruneSpikes
Example usage:
self.pruneSpikes('pdn/PD',2e-2)
Spike pruning can be automated using PostPredictActions
For example, to eliminate PD spikes from lvn, use:
self.PostPredictAction = crabsort.postPredictAction('lvn',@self.pruneSpikes,{'pdn/PD',2e-2})