LabeoTech / Umit

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

[BUG] #62

Closed Zak-Eckert closed 1 year ago

Zak-Eckert commented 1 year ago

I stumbled into a bug during my checks to make sure everything was working as intended, the function to generate the "out.mat" file is not working as intended. It fails to compute, then generates a "tmpROI_01270" file instead with this error attached. Also if this is correlated or not I'm not sure, but the analysis window does not pick up on any new information after analysing (for example, generating a out.mat file, or generating an ROImasks_data.mat file.

Zachary Eckert

out.mat file error:

Output argument "outData" (and maybe others) not assigned during call to "getDataFromROI".

Error in DataViewer/ExtractdatafromROIMenuSelected (line 2210) out = getDataFromROI(app.dataInfo.Map.Data.data, app.dataInfo.MetaMap, opts);

Error using matlab.ui.internal.controller.WebMenuController/fireActionEvent (line 67) Error while evaluating Menu Callback.

BrunoOFSouza commented 1 year ago

Fixed in commit d370a5d4f05f85fb16866e185c920487a9c6ce54.

Thanks @Zak-Eckert !