Closed zhouyi0812 closed 1 year ago
Yes the output of CNMFE is an hdf5 file which is saved by caiman, it has the estimates
object. df.iloc[index].cnmf.get_output()
will give you the hdf5 file, and the other function will give you things like temporal components, contours etc.
Anyways the error message here is probably because you did not set the parent data path before running the cnmfe item.
closing due to inactivity
Hello!
I wonder after cnmf-e I got batch of results with demo data. And then trying to viz and eval. But I found the files were saved as .hdf5 rather than .mmap, how can I continue with it? Thank you!