cortex-lab / Suite2P

Tools for processing 2P recordings
Other
121 stars 66 forks source link

standalone spike detection #95

Closed geffenlab closed 6 years ago

geffenlab commented 6 years ago

Hi Marius, A couple of questions about the stand alone spike deconvolution:

marius10p commented 6 years ago

Sorry for the delay in responding. Those are no longer the top level functions for spike deconvolution. Instead, check out wrapperDECONV(ops, F, N). You can specify oasis with ops.deconvType = 'OASIS', or you can use the L0 deconvolution with ops.deconvType = 'L0'.

geffenlab commented 6 years ago

thanks