LabeoTech / Umit

universal mesoscale Imaging Toolbox
GNU General Public License v3.0
9 stars 3 forks source link

getDataFromROI - ''None'' SpatialAggFcn bug #72

Closed C-A25 closed 1 year ago

C-A25 commented 1 year ago

Describe the bug ''None'' spatial aggregation option of getDataFromROI function doesn't work when extracting data from ROIs.

To Reproduce Steps to reproduce the behavior:

  1. Exemple - Calculate_Response_Amplitude map (default options)
  2. getDataFromROI - Add ROImasks_name and SpatialAggFcn option - None
  3. Error image

Expected behavior It should create a .mat document containing ROI data without aggregation. This issue doesn't occur when ''mean'' spatial aggregation is applied.

S-Belanger commented 1 year ago

We will be working on this soon. Sorry for the inconvenience

BrunoOFSouza commented 1 year ago

Fixed in commit 61d738abaac6018c9b84004af2bf118e10f92fad (release_Astrocyte_v1.5) Thanks!