Problem reading the .aedat file
Closed this issue · 2 comments
victkid commented
Hi,
I'm running the Generate_DHP19.m
script to read .aedat file. I got the error message says
Undefined function or variable 'normalizeImage3Sigma'.
Error in ExtractEventsToFramesAndMeanLabels (line 85)
I1n = uint8(normalizeImage3Sigma(I1s));
Error in Generate_DHP19 (line 288)
ExtractEventsToFramesAndMeanLabels( ...
I tried to search this function within the repo, but couldn't find the function. Looks like the normalizeImage3Sigma
function is missing from the file. Does anyone know how to solve this issue? Thanks in advance.
tobidelbruck commented
Maybe something wasn't pushed? I have to leave it to Enrico or Gemma to answer this and other issues on DHP19.
enrico-c commented
Right, the function was not there, I added it.
Thank you