flatironinstitute / CaImAn

Computational toolbox for large scale Calcium Imaging Analysis, including movie handling, motion correction, source extraction, spike deconvolution and result visualization.
https://caiman.readthedocs.io
GNU General Public License v2.0
639 stars 370 forks source link

Ways to improve nb_correlation_pnr #1206

Closed EricThomson closed 10 months ago

EricThomson commented 1 year ago

nb_correlation_pnr() is pretty crucial for 1p analysis, but has a lot of ways it could be improved. It is unfortunate that it isn't nearly as intuitive to use as correlation_pnr(), the Matplotlib version. Potential improvements include:

EDIT Jan 2024: these are done in the CNMFE nb update PR should be in next release.

EricThomson commented 1 year ago

I'll check off the lower-hanging fruit as I do them for the CNMFE notebook update.

kushalkolar commented 1 year ago

Or build upon this as a starting point :smile:

https://github.com/flatironinstitute/CaImAn/assets/9403332/b6930a1e-af26-4c76-b6a5-83e67a47914b

EricThomson commented 10 months ago

Or build upon this as a starting point 😄 <>

Eventually. But at least in the new cnmfe nb PR nb_correlation_pnr() is not completely inexplicable 😆

EricThomson commented 10 months ago

Main fixes are in #1207 (at least the ones I plan on making 😄 )