Skip to content

Commit

Permalink
Merge pull request #18 from SpikeInterface/add-firing-rate
Browse files Browse the repository at this point in the history
Add firing rate to QM list
  • Loading branch information
luiztauffer authored May 2, 2024
2 parents b7472a5 + e57cf00 commit d316ba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spikeinterface_pipelines/postprocessing/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class QualityMetrics(BaseModel):
qm_params: QMParams = Field(default=QMParams(), description="Quality metric parameters.")
metric_names: List[str] = Field(
default=[
"firing_rate",
"presence_ratio",
"snr",
"isi_violation",
Expand Down

0 comments on commit d316ba8

Please sign in to comment.