barbaLab / nigeLab

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

Feature/new sd #92

Closed Nabarb closed 4 years ago

Nabarb commented 4 years ago

New spike detection parametrization UI.

Now a small UI utility is available to parametrize the spike detection procedure. It can be summoned from every nigelObj but if an animal or a tank are passed as inputs it randomly samples a block from them. The spike detection parameters can be changed and tried out using some textboxes that are procedurally generated from the defualts files. Once you're happy with the results you can export the parameters to the block by clicking the export button.

At this point in time to summon the interface you need to call nigeLab.utils.configSD(blockObj). To try it out remember to update the SD parameters first by calling blockObj.updateParams('SD','Direct').

m053m716 commented 4 years ago

I've rebased this onto dev and going to test out while in lab today. @Nabarb is it okay if I push my rebased local copy?