Skip to content

Commit a889407

Browse files
author
Thinh Nguyen
committed
Update openephys.py
1 parent b0011a1 commit a889407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements_ephys/readers/openephys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def load_probe_data(self):
6969
oe_probe.recording_info['recording_datetimes'].append(rec.datetime)
7070
oe_probe.recording_info['recording_durations'].append(float(rec.duration))
7171
oe_probe.recording_info['recording_files'].append(
72-
rec.absolute_foldername / cont_info['folder_name'])
72+
rec.absolute_foldername / 'continuous' / cont_info['folder_name'])
7373

7474
elif cont_info['source_processor_sub_idx'] == 1: # lfp data
7575
assert cont_info['sample_rate'] == analog_signal.sample_rate == 2500

0 commit comments

Comments
 (0)