Skip to content

nabu.misc.filters

source module nabu.misc.filters

Functions

  • correct_spikes Perform a conditional median filtering The filtering is done in-place, meaning that the array content is modified.

source correct_spikes(image, threshold)

Perform a conditional median filtering The filtering is done in-place, meaning that the array content is modified.

Parameters

  • image : numpy.ndarray Image to filter

  • threshold : float Median filter threshold