Skip to content

Commit 9f2e03f

Browse files
authored
Merge pull request #3882 from RobertoDF/RobertoDF-fix-export_to_ibl_gui-doc
Small fixes to export_to_ibl_gui doc
2 parents 6f2cd36 + 9afcf5d commit 9f2e03f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/modules/exporters.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The input of the :py:func:`~spikeinterface.exporters.export_to_ibl_gui` is a :co
5858
sorting_analyzer = si.create_sorting_analyzer(sorting=sorting, recording=recording)
5959
6060
# we need to compute some required extensions
61-
sorting_analyzer.compute(['random_spikes', 'templates', 'spike_amplitudes', 'spike_locations', 'quality_metrics'])
61+
sorting_analyzer.compute(['random_spikes', 'templates', 'spike_amplitudes', 'spike_locations', 'noise_levels', 'quality_metrics'])
6262
# note that spike_locations are optional, but recommended to compute accurate spike depths
6363
6464
# optionally, we can pass an LFP recording to compute RMS/PSD in the LFP band
@@ -70,7 +70,7 @@ The input of the :py:func:`~spikeinterface.exporters.export_to_ibl_gui` is a :co
7070
export_to_ibl_gui(
7171
sorting_analyzer=sorting_analyzer,
7272
output_folder='path/to/ibl_folder',
73-
recording_lfp=recording_lfp,
73+
lfp_recording=recording_lfp,
7474
n_jobs=-1
7575
)
7676

0 commit comments

Comments
 (0)