mesmerize-core icon indicating copy to clipboard operation
mesmerize-core copied to clipboard

compute projections only after mcorr, use `get_parent()` if `get_projection()` called on cnmf item

Open kushalkolar opened this issue 1 year ago • 0 comments

It's a waste of time re-computing projections if they're already done after mcorr, so if we're using a CNMF item we could just get the projections from the parent mcorr item.

this will require finally merging #119 soon...

kushalkolar avatar Mar 08 '23 06:03 kushalkolar