-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AD_FillWaves: Fix calculation of failed sweeps for Rheobase
PSQ_Rheobase does not have a per Sweep QC labnotebok setting. Therefore we decided in 23f0714 (Analysis functions dashboard, 2018-05-06) to use, for passing set QC, the last spiking/non-spiking sweeps as passed and everything else as failed. Unfortunately it was not anticipated that only two sweeps are present and in that case we have one sweep both failing and passing as Duplicate/RMD clips its passed indices. By using the set difference we avoid this issue. Close #2017
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters