Skip to main content

I have a dataset with spikes, and I want to flag records with spikes for manual inspection.

I am aware of the SpikeRemover transformer. Is there a method of just detecting spikes? Not removing them but just flagging them? I would prefer to do a manual fix.

I figured it out.

Use the SpikeRemover Transformer and set “Remove Spikes Iteratively” to “No”

The features from the Removed port will be point objects with _spike_angle added as a new attribute column

Save these features to a dataset and these point objects flag where I should look to perform manual edits


Awesome ​@nicholas 


Reply