nel-lab / mesmerize-core

High level pandas-based API for batch analysis of Calcium Imaging data using CaImAn
Other
60 stars 15 forks source link

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

Open kushalkolar opened 1 year ago

kushalkolar commented 1 year ago

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...