Kleen-Lab / OPSCEA

From the Kleen Lab at UCSF (http://kleen.ucsf.edu). Software for heatmaps of seizure activity projected onto reconstructed brains (Omni-Planar and Surface Casting of Epileptiform Activity). PAPER: https://doi.org/10.1111/epi.16841, VIDEO EXAMPLES: https://www.youtube.com/playlist?list=PLGmfrsRwdva-WKwqLyWwcZxE0f_MA9vIL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flipped brains

aarongeller opened this issue · comments

Hi, thanks for this great package!

When I ran it on a bilateral SEEG implant, the left-sided coronal cuts were initially rendered facing the wrong way (see attached image, top row). When I looked at the values assigned to sliceinfo(j).azel at OPSCEAsurfslice.m line 96, this seemed to be occurring for angles near 2pi radians. Adjusting the angle by pi in those cases has fixed this on my end, but I was wondering if you had encountered this.

Aaron

wrongbrains

This issue is fixed by addressing the isL/isR issue reported separately.