help > RE: How to view medial layout of surface
Mar 31, 2020  01:03 PM | Chris Rorden
RE: How to view medial layout of surface
A final option is to use MRIcroGL instead of Surfice, if you have a voxel-based representation of your data


import gl
gl.resetdefaults()
#open background image
gl.loadimage('spm152')
#open overlay: show positive regions
gl.overlayload('spmMotor')
gl.minmax(1, 4, 4)
gl.opacity(1,50)
gl.clipazimuthelevation(0.5, 270, 0)
Attachment: MRIcroGL.png

Threaded View

TitleAuthorDate
Kaitlin Cassady Mar 30, 2020
Chris Rorden Mar 31, 2020
Houyou Fan Sep 16, 2022
Chris Rorden Sep 16, 2022
RE: How to view medial layout of surface
Chris Rorden Mar 31, 2020
Chris Rorden Mar 31, 2020