We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 932ef0c + 2db85d6 commit 6b768e0Copy full SHA for 6b768e0
1 file changed
doc/how_to/build_pipeline_with_dicts.rst
@@ -42,7 +42,7 @@ an example:
42
43
# Usually, you would read in your raw recording
44
rec, _ = si.generate_ground_truth_recording(num_channels=4, durations=[60], seed=0)
45
- preprocessed_rec = si.apply_pipeline(rec, my_protocol['preprocessing'])
+ preprocessed_rec = si.apply_preprocessing_pipeline(rec, my_protocol['preprocessing'])
46
sorting = si.run_sorter(recording=preprocessed_rec, **my_protocol['sorting'])
47
analyzer = si.create_sorting_analyzer(recording=preprocessed_rec, sorting=sorting)
48
analyzer.compute(my_protocol['postprocessing'])
0 commit comments