| Commit | Date | |
|---|---|---|
|
[r1968]
by
stroedua
Edit LL commit ES: unselecting lambda and bregma with middle click in RoiQuest now possible |
2026-07-14 13:36:57 | Tree |
|
[r1967]
by
stroedua
Edit by LL, commit by ES: when using combined grid and eeg template roiquest moves only first 122 rois (eeg rois and lambda bregma) |
2026-07-14 12:54:52 | Tree |
| 2026-07-14 12:51:18 | Tree | |
|
[r1965]
by
dororoma
rd: added for WF the automatic determination of psmooth window depending on the imaging rate (e.g. 100hz and 25hz require different windows in frame number) |
2026-07-12 18:40:50 | Tree |
|
[r1964]
by
stroedua
Fix: save changes to modified Adata after 'Propagate and overwrite' ROIs using ROIquest -SM |
2026-07-11 14:53:51 | Tree |
|
[r1963]
by
lupoleon
LL - fixed a bug in rois2struct.m where activity for 2channel WF was not properly deleted |
2026-07-10 12:43:52 | Tree |
|
[r1962]
by
lupoleon
LL - Add F0 in proj_meta Now generate_proj_meta.m saves also F0 (baseline fluorescence) for each ROI in ROIinfo(i).F0 (or .F0_ch525 or .F0_ch610) |
2026-06-29 09:59:54 | Tree |
|
[r1961]
by
kellgeor
"inhomogenous arrays" error when writing to matfile was caused by numpy version (we were at version 1.24.4, recommendations is numpy>=1.13.0, < 1.24). Reverting to numpy 1.23.5 resovled the error. Solution is to save to RAM instead of to a temp matfile, making the process independent of numpy versions. |
2026-06-10 12:54:16 | Tree |
| 2026-06-10 12:47:42 | Tree | |
|
[r1959]
by
kellgeor
Added a special case to deal with stacks that only have one z layer. Problem: run_fissa was called with export_to_matfile, which routes the results through Python's savemat; for a single-layer/single-trial stack, FISSA returns per-ROI object arrays with differing component counts, and savemat crashed trying to pack those arrays into one homogeneous array (the (5,1) + inhomogeneous part ValueError). Fix: branch when nLayers==1: instead of exporting to a matfile, it reads FISSA's returned tuple directly in MATLAB, pulling each ROI's separated neuron trace (row 1 of its 5×nFrames block) and storing it in activity_fissa_corrected. The existing 4-layer pipeline behaves exactly as before. |
2026-06-05 14:42:04 | Tree |