Kushal Kolar

Results 134 issues of Kushal Kolar

Just noticed with the new v0.5 release that the `cycc` module has been moved along with all the other metrics, but none of the functions within the `cycc` module are...

new feature

It would be useful to have a controller method that pans the camera such that the edges of the set camera position form a bounding box for all `Geometry` objects....

This is a more complex example that kind of combines `synced_video.py` with subplots. Each view can be panned and zoom independently. The pan & zoom can be reset. If there's...

I got this issue when dealing when setting data for Geometry to create a line using output from sklearn's `PCA.transform()`. It can be fixed using `np.ascontiguousarray(data)` but I'm not sure...

enhancement

Hi, not sure what's the best place to put this so feel free to transfer/redirect me. I was trying to figure out if it's possible to disable the `filter` set...

question

Seems like the API docs aren't rendering, I'm pretty sure these used to render until recently? https://caiman.readthedocs.io/en/master/core_functions.html

# Description Tiff files created in append mode raise an IndexError when saving the memmaped motion correction movie. This is due to `cnmf.utilities.get_file_size()` returning the wrong dims. Example: ```python #...

Hi Pat, it was great to meet you a few weeks ago at the workshop! I had some ideas about the storage engine, this is just brainstorming. I don't know...

type: discussion

- [ ] conda install process: install mesmerize in conda env after installing caiman - [ ] Check that latest pandas works with h5py v2.10.0 - [ ] update mesmerize...

enhancement

Being worked on by @EricThomson Export the following to csv using a button in the ROI manager, see PR #90 - [x] `cnmf.estimates.C - [ ] `cnmf.estimates.S` - [ ]...

enhancement