LabeoTech / Umit

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

run_SpeckleMapping Bug #56

Closed C-A25 closed 1 year ago

C-A25 commented 1 year ago

Run_SpeckleMapping should produce a cortical blood flow map created from speckle imaging data, but an error occurs instead.

Steps to reproduce the behavior:

  1. run_ImagesClassification (basic parameters)
  2. run_SpeckleMapping (basic parameters)
  3. See error {'Undefined function 'prctile' for input arguments of type 'single'.↵↵Error in SpeckleMapping (line 72)↵pOutlier = prctile(DatOut(:), 99);↵↵Error in run_SpeckleMapping (line 26)↵outData = SpeckleMapping(SaveFolder, opts.sType, opts.channel, opts.bSaveMap, opts.bLogScale);↵↵Error in PipelineManager/run_taskOnTarget (line 666)↵

image

BrunoOFSouza commented 1 year ago

@C-A25 The issue was fixed in commit 11b5886395d9145a8be13ba43a4a125d8e8d0d95

Thanks!