Skip to content

Commit

Permalink
re-add meta attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Dec 19, 2023
1 parent 38922be commit 59edb92
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def __init__(
es_key=es_key,
)
self.source_data["file_path"] = str(file_path)
self.meta = self.recording_extractor.neo_reader.signals_info_dict[(0, self.stream_id)]["meta"]

# Set electrodes properties
add_recording_extractor_properties(self.recording_extractor)
Expand Down

0 comments on commit 59edb92

Please sign in to comment.