-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmain.lfm
executable file
·113 lines (113 loc) · 2.61 KB
/
main.lfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
object Form1: TForm1
Left = 511
Height = 560
Top = 159
Width = 719
AllowDropFiles = True
Caption = 'Bruker2NIfTI'
ClientHeight = 560
ClientWidth = 719
OnCreate = FormCreate
OnDropFiles = FormDropFiles
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '1.9.0.0'
object ConvertLabel: TLabel
Left = 132
Height = 1
Top = 48
Width = 1
ParentColor = False
end
object Panel1: TPanel
Left = 0
Height = 176
Top = 0
Width = 719
Align = alTop
ClientHeight = 176
ClientWidth = 719
TabOrder = 0
object FOVx10Check: TCheckBox
Left = 224
Height = 18
Hint = 'Rat templates assume image zoomed by 10 (so warping regularisation similar to humans) '
Top = 8
Width = 267
Caption = 'Scale dimension units x10 (animal scans)'
Checked = True
State = cbChecked
TabOrder = 0
end
object VerboseCheck: TCheckBox
Left = 224
Height = 18
Hint = 'Report image conversion details'
Top = 112
Width = 70
Caption = 'Verbose'
TabOrder = 3
end
object AppendProtocolNameCheck: TCheckBox
Left = 224
Height = 18
Hint = 'Includes protocol name to NIfTI filename (e.g. ''T1_1.nii'')'
Top = 60
Width = 229
Caption = 'Append protocol name to filename'
TabOrder = 1
end
object OnlyConvert3DCheck: TCheckBox
Left = 224
Height = 18
Hint = 'Exclude images that include different slice orientation (localizer scans that include coronal, axial and sagittal slices)'
Top = 34
Width = 166
Caption = 'Only convert 3D images'
Checked = True
State = cbChecked
TabOrder = 2
end
object ConvertBtn: TButton
Left = 16
Height = 25
Top = 16
Width = 176
Caption = 'Convert image'
OnClick = ConvertBtnClick
TabOrder = 4
end
object AppendSeriesTypeIDCheck: TCheckBox
Left = 224
Height = 18
Hint = 'Includes series type ID name to NIfTI filename (e.g. ''T1_1.nii'')'
Top = 86
Width = 225
Caption = 'Append series type ID to filename'
TabOrder = 5
end
object CompressFileCheck: TCheckBox
Left = 224
Height = 18
Top = 138
Width = 159
Caption = 'Compress files (.nii.gz)'
TabOrder = 6
end
end
object Memo1: TMemo
Left = 2
Height = 378
Top = 178
Width = 715
Align = alClient
BorderSpacing.Bottom = 2
BorderSpacing.Around = 2
ScrollBars = ssVertical
TabOrder = 1
end
object OpenDialog1: TOpenDialog
left = 40
top = 56
end
end