File tree Expand file tree Collapse file tree
src/spikeinterface/preprocessing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,13 +176,16 @@ spikeinterface.preprocessing
176176 .. autofunction :: clip
177177 .. autofunction :: common_reference
178178 .. autofunction :: correct_lsb
179+ .. autofunction :: compute_motion
179180 .. autofunction :: correct_motion
180181 .. autofunction :: get_motion_presets
181182 .. autofunction :: get_motion_parameters_preset
182183 .. autofunction :: load_motion_info
183184 .. autofunction :: save_motion_info
184185 .. autofunction :: depth_order
185186 .. autofunction :: detect_bad_channels
187+ .. autofunction :: detect_and_interpolate_bad_channels
188+ .. autofunction :: detect_and_remove_bad_channels
186189 .. autofunction :: directional_derivative
187190 .. autofunction :: filter
188191 .. autofunction :: gaussian_filter
Original file line number Diff line number Diff line change @@ -133,12 +133,12 @@ def __init__(
133133 self ._kwargs .update (all_bad_channels_kwargs )
134134
135135
136- detect_and_interpolate_bad_channels = define_function_handling_dict_from_class (
137- source_class = DetectAndInterpolateBadChannelsRecording , name = "detect_and_interpolate_bad_channels"
138- )
139136DetectAndInterpolateBadChannelsRecording .__doc__ = DetectAndInterpolateBadChannelsRecording .__doc__ .format (
140137 _bad_channel_detection_kwargs_doc
141138)
139+ detect_and_interpolate_bad_channels = define_function_handling_dict_from_class (
140+ source_class = DetectAndInterpolateBadChannelsRecording , name = "detect_and_interpolate_bad_channels"
141+ )
142142
143143
144144class InterpolateBadChannelsSegment (BasePreprocessorSegment ):
You can’t perform that action at this time.
0 commit comments