identify_and_fix

kgpy.img.spikes.identify_and_fix(data, axis=None, kernel_size=11, percentile_threshold=99, poly_deg=1, num_hist_bins=128)
Return type

typing.Tuple[numpy.ndarray, numpy.ndarray, typing.List[kgpy.img.spikes.Stats]]

Parameters