Skip to content

Commit

Permalink
add sample rate to msa
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 authored Jan 10, 2024
1 parent f5a9e03 commit d860944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spikeanalysis/merged_spike_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ def get_merged_data(self):
msa = MSA()
msa._set_cluster_ids(self.cluster_ids)
msa._set_events(self.events)
msa._sampling_rate = self.spikeanalysis_list[0]._sampling_rate

if self.use_psth:
msa.psths = self.data
Expand Down

0 comments on commit d860944

Please sign in to comment.