Skip to content

Commit

Permalink
Update buzsaki_lab_to_nwb/huszar_hippocampus_dynamics/ripplesinterfac…
Browse files Browse the repository at this point in the history
…e.py
  • Loading branch information
CodyCBakerPhD authored Jun 28, 2023
1 parent 321968a commit 1276ad0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def add_to_nwbfile(self, nwbfile: NWBFile, metadata: dict, stub_test: bool = Fal
peak_amplitudes="Peak amplitude of the ripple.",
)

name = "ripples_events"
name = "Ripples"
ripple_events_table = TimeIntervals(name=name, description="Ripples and their metrics")

for start_time, stop_time in ripple_intervals:
Expand Down

0 comments on commit 1276ad0

Please sign in to comment.