You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello David,
Please I would appreciate your assistance. When I read my OCT file using the read_e2e function, I get the error below. I have tried everything to troubleshoot the error. I would appreciate any feedback. Thank you!
Warning: No segmentation data found in series.
In read_e2e>read_segmentation (line 297)
In read_e2e (line 111)
In OCT_Visualization (line 11)
Output argument "segment" (and possibly others) not assigned a value in the execution with "read_e2e>read_segmentation" function.
Error in read_e2e (line 111)
segment{i_series} = read_segmentation(fid, chunks_series);
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello David,
Please I would appreciate your assistance. When I read my OCT file using the read_e2e function, I get the error below. I have tried everything to troubleshoot the error. I would appreciate any feedback. Thank you!
Warning: No segmentation data found in series.
Error in read_e2e (line 111)
segment{i_series} = read_segmentation(fid, chunks_series);
Error in OCT_Visualization (line 11)
[header, seg, bscan, fundus] = read_e2e(file);
Beta Was this translation helpful? Give feedback.
All reactions