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
Other
8 stars 7 forks source link

flipped brains #1

Closed aarongeller closed 2 years ago

aarongeller commented 2 years ago

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
aarongeller commented 2 years ago

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