-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change default OVERLAYMASKEDBYBACKGROUND = false
- Loading branch information
1 parent
18beb40
commit 2fad294
Showing
7 changed files
with
120 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
begin | ||
//savenii('disco.nii',-1,0.5); | ||
//resetdefaults; | ||
//loadimage('mni152_2009bet'); | ||
loadimage('a'); | ||
//loadimage('motor'); | ||
|
||
resetdefaults; | ||
|
||
|
||
backcolor(255, 255, 255); | ||
loadimage('mni152_2009bet'); | ||
overlayload('motor'); | ||
overlayminmax(1, 2, 2); | ||
overlaylayertransparencyonbackground(1,-2); | ||
overlayload('motor'); | ||
overlayminmax(2, -3, -4); | ||
overlaylayertransparencyonbackground(2, 80); | ||
orthoviewmm(0, 0, 57); | ||
overlaymaskedbybackground(false); | ||
overlayminmax(1, 2.6, 4); | ||
|
||
orthoviewmm(0, 0, 50); | ||
|
||
end. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
object GLForm1: TGLForm1 | ||
Left = 489 | ||
Left = 472 | ||
Height = 654 | ||
Top = 124 | ||
Width = 968 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.