File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 read_imro , write_imro ,
1212 read_BIDS_probe , write_BIDS_probe ,
1313 read_spikeglx , parse_spikeglx_meta , get_saved_channel_indices_from_spikeglx_meta ,
14- read_openephys , get_saved_channels_from_openephys_settings ,
14+ read_openephys , get_saved_channel_indices_from_openephys_settings ,
1515 read_mearec , read_nwb ,
1616 read_maxwell , read_3brain )
1717from .utils import combine_probes
Original file line number Diff line number Diff line change @@ -1517,7 +1517,7 @@ def read_openephys(
15171517 contact_ids = np_probe_info ['contact_ids' ] if np_probe_info ['contact_ids' ] is not None else None
15181518
15191519 # check if subset of channels
1520- chans_saved = get_saved_channels_from_openephys_settings (settings_file , stream_name = stream_name )
1520+ chans_saved = get_saved_channel_indices_from_openephys_settings (settings_file , stream_name = stream_name )
15211521
15221522 # if a recording state is found, slice probe
15231523 if chans_saved is not None :
@@ -1563,7 +1563,7 @@ def read_openephys(
15631563 return probe
15641564
15651565
1566- def get_saved_channels_from_openephys_settings (settings_file , stream_name ):
1566+ def get_saved_channel_indices_from_openephys_settings (settings_file , stream_name ):
15671567 """
15681568 Returns an array with the subset of saved channels indices (if used)
15691569
You can’t perform that action at this time.
0 commit comments