Skip to content

Commit

Permalink
Merge pull request #3624 from alejoe91/openephys-experiment-names
Browse files Browse the repository at this point in the history
Add experiment_name annotation to open ephys
  • Loading branch information
alejoe91 authored Jan 17, 2025
2 parents 418bb86 + 67343bb commit 692166b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spikeinterface/extractors/neoextractors/openephys.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ def __init__(
except:
warnings.warn(f"Could not load synchronized timestamps for {stream_name}")

self.annotate(experiment_name=f"experiment{exp_id}")
self._stream_folders = stream_folders

self._kwargs.update(
Expand Down

0 comments on commit 692166b

Please sign in to comment.