Skip to content

Commit

Permalink
New stable release (v1.0.20201102)
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Nov 3, 2020
1 parent 70d20ec commit bca26a1
Show file tree
Hide file tree
Showing 48 changed files with 1,003 additions and 414 deletions.
25 changes: 25 additions & 0 deletions MRIcroGL.app/Contents/Resources/script/startup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
import gl
gl.resetdefaults()
gl.loadimage('spm152')
#open overlay: show positive regions
gl.overlayload('aal')
gl.scriptformvisible(1)
#gl.atlashide(1)
#gl.atlasshow(1, 17)
gl.atlasshow(1, (22, 23, 17))
mx = gl.atlasmaxindex(1)
print(mx)
#gl.opacity(1,50)
#
# if (layer > 0) then
# Vol1.UpdateOverlays(vols);
#str = gl.atlaslabels(1)
#print(str)
#gl.minmax(1, 4, 100)


#gl.overlayload('aal')
#

#gl.generateclusters(0)
#gl.generateclusters(0, 0.5, 32, 1, 0)
4 changes: 4 additions & 0 deletions MRIcroGL.app/Contents/Resources/script/startupx.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import gl
gl.resetdefaults()
gl.loadimage('spm152')
gl.pitch(45)
13 changes: 0 additions & 13 deletions MRIcroGL.app/Contents/Resources/script/ystartup.py

This file was deleted.

0 comments on commit bca26a1

Please sign in to comment.