barbaLab / nigeLab

Neurophysiological data analyses by engineers, for physiologists.
GNU General Public License v3.0
14 stars 2 forks source link

[REQUEST] Saving parameters under User #91

Closed payley closed 1 year ago

payley commented 4 years ago

Feature Request

What

Using the feature/NewSD changed some of the block parameters in the tank so it was no longer recognized when trying to run doRawExtraction. Returned a "Reference to non-existent field 'Clusters'" error. Max suggested creating separate users to restore parameters when going back to previous workflow.

Why

It could help switching between branches under development.

Alternatives?

Updating the parameters resolved the issue.

Release or Branch

feature/NewSD

Urgency

Low

payley commented 4 years ago

The changed parameters might also be related to SD not running on other branches. Tried to run SD on the users/phayley branch and got the following error--

Error: Undefined function 'SNEOThreshold' for input arguments of type 'struct'. Error Stack: doSD>doSD/PerChannelDetection (line 215) doSD (line 63) qWrapper (line 35)

Switching back to the feature/NewSD branch seemed to resolve the issue and at least initialized the spike detection.