3rd-lvl_audio-ppa-grp-3.fsf 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  1. # FEAT version number
  2. set fmri(version) 6.00
  3. # Are we in MELODIC?
  4. set fmri(inmelodic) 0
  5. # Analysis level
  6. # 1 : First-level analysis
  7. # 2 : Higher-level analysis
  8. set fmri(level) 2
  9. # Which stages to run
  10. # 0 : No first-level analysis (registration and/or group stats only)
  11. # 7 : Full first-level analysis
  12. # 1 : Pre-processing
  13. # 2 : Statistics
  14. set fmri(analysis) 2
  15. # Use relative filenames
  16. set fmri(relative_yn) 0
  17. # Balloon help
  18. set fmri(help_yn) 0
  19. # Run Featwatcher
  20. set fmri(featwatcher_yn) 0
  21. # Cleanup first-level standard-space images
  22. set fmri(sscleanup_yn) 0
  23. # Output directory
  24. set fmri(outputdir) "/data/project/studyforrest_ppa/3rd-lvl/audio-ppa_c3_z3.4"
  25. # TR(s)
  26. set fmri(tr) 3
  27. # Total volumes
  28. set fmri(npts) 14
  29. # Delete volumes
  30. set fmri(ndelete) 0
  31. # Perfusion tag/control order
  32. set fmri(tagfirst) 1
  33. # Number of first-level analyses
  34. set fmri(multiple) 14
  35. # Higher-level input type
  36. # 1 : Inputs are lower-level FEAT directories
  37. # 2 : Inputs are cope images from FEAT directories
  38. set fmri(inputtype) 2
  39. # Carry out pre-stats processing?
  40. set fmri(filtering_yn) 0
  41. # Brain/background threshold, %
  42. set fmri(brain_thresh) 10
  43. # Critical z for design efficiency calculation
  44. set fmri(critical_z) 5.3
  45. # Noise level
  46. set fmri(noise) 0.66
  47. # Noise AR(1)
  48. set fmri(noisear) 0.34
  49. # Motion correction
  50. # 0 : None
  51. # 1 : MCFLIRT
  52. set fmri(mc) 1
  53. # Spin-history (currently obsolete)
  54. set fmri(sh_yn) 0
  55. # B0 fieldmap unwarping?
  56. set fmri(regunwarp_yn) 0
  57. # EPI dwell time (ms)
  58. set fmri(dwell) 0.7
  59. # EPI TE (ms)
  60. set fmri(te) 35
  61. # % Signal loss threshold
  62. set fmri(signallossthresh) 10
  63. # Unwarp direction
  64. set fmri(unwarp_dir) y-
  65. # Slice timing correction
  66. # 0 : None
  67. # 1 : Regular up (0, 1, 2, 3, ...)
  68. # 2 : Regular down
  69. # 3 : Use slice order file
  70. # 4 : Use slice timings file
  71. # 5 : Interleaved (0, 2, 4 ... 1, 3, 5 ... )
  72. set fmri(st) 0
  73. # Slice timings file
  74. set fmri(st_file) ""
  75. # BET brain extraction
  76. set fmri(bet_yn) 1
  77. # Spatial smoothing FWHM (mm)
  78. set fmri(smooth) 5
  79. # Intensity normalization
  80. set fmri(norm_yn) 0
  81. # Perfusion subtraction
  82. set fmri(perfsub_yn) 0
  83. # Highpass temporal filtering
  84. set fmri(temphp_yn) 1
  85. # Lowpass temporal filtering
  86. set fmri(templp_yn) 0
  87. # MELODIC ICA data exploration
  88. set fmri(melodic_yn) 0
  89. # Carry out main stats?
  90. set fmri(stats_yn) 1
  91. # Carry out prewhitening?
  92. set fmri(prewhiten_yn) 1
  93. # Add motion parameters to model
  94. # 0 : No
  95. # 1 : Yes
  96. set fmri(motionevs) 0
  97. set fmri(motionevsbeta) ""
  98. set fmri(scriptevsbeta) ""
  99. # Robust outlier detection in FLAME?
  100. set fmri(robust_yn) 1
  101. # Higher-level modelling
  102. # 3 : Fixed effects
  103. # 0 : Mixed Effects: Simple OLS
  104. # 2 : Mixed Effects: FLAME 1
  105. # 1 : Mixed Effects: FLAME 1+2
  106. set fmri(mixed_yn) 2
  107. # Number of EVs
  108. set fmri(evs_orig) 1
  109. set fmri(evs_real) 1
  110. set fmri(evs_vox) 0
  111. # Number of contrasts
  112. set fmri(ncon_orig) 1
  113. set fmri(ncon_real) 1
  114. # Number of F-tests
  115. set fmri(nftests_orig) 0
  116. set fmri(nftests_real) 0
  117. # Add constant column to design matrix? (obsolete)
  118. set fmri(constcol) 0
  119. # Carry out post-stats steps?
  120. set fmri(poststats_yn) 0
  121. # Pre-threshold masking?
  122. set fmri(threshmask) ""
  123. # Thresholding
  124. # 0 : None
  125. # 1 : Uncorrected
  126. # 2 : Voxel
  127. # 3 : Cluster
  128. set fmri(thresh) 3
  129. # P threshold
  130. set fmri(prob_thresh) 0.05
  131. # Z threshold
  132. set fmri(z_thresh) 3.4
  133. # Z min/max for colour rendering
  134. # 0 : Use actual Z min/max
  135. # 1 : Use preset Z min/max
  136. set fmri(zdisplay) 0
  137. # Z min in colour rendering
  138. set fmri(zmin) 2
  139. # Z max in colour rendering
  140. set fmri(zmax) 8
  141. # Colour rendering type
  142. # 0 : Solid blobs
  143. # 1 : Transparent blobs
  144. set fmri(rendertype) 1
  145. # Background image for higher-level stats overlays
  146. # 1 : Mean highres
  147. # 2 : First highres
  148. # 3 : Mean functional
  149. # 4 : First functional
  150. # 5 : Standard space template
  151. set fmri(bgimage) 1
  152. # Create time series plots
  153. set fmri(tsplot_yn) 1
  154. # Registration to initial structural
  155. set fmri(reginitial_highres_yn) 0
  156. # Search space for registration to initial structural
  157. # 0 : No search
  158. # 90 : Normal search
  159. # 180 : Full search
  160. set fmri(reginitial_highres_search) 90
  161. # Degrees of Freedom for registration to initial structural
  162. set fmri(reginitial_highres_dof) 3
  163. # Registration to main structural
  164. set fmri(reghighres_yn) 0
  165. # Search space for registration to main structural
  166. # 0 : No search
  167. # 90 : Normal search
  168. # 180 : Full search
  169. set fmri(reghighres_search) 90
  170. # Degrees of Freedom for registration to main structural
  171. set fmri(reghighres_dof) BBR
  172. # Registration to standard image?
  173. set fmri(regstandard_yn) 1
  174. # Use alternate reference images?
  175. set fmri(alternateReference_yn) 0
  176. # Standard image
  177. set fmri(regstandard) "/usr/share/fsl/5.0/data/standard/MNI152_T1_2mm_brain"
  178. # Search space for registration to standard space
  179. # 0 : No search
  180. # 90 : Normal search
  181. # 180 : Full search
  182. set fmri(regstandard_search) 90
  183. # Degrees of Freedom for registration to standard space
  184. set fmri(regstandard_dof) 12
  185. # Do nonlinear registration from structural to standard space?
  186. set fmri(regstandard_nonlinear_yn) 0
  187. # Control nonlinear warp field resolution
  188. set fmri(regstandard_nonlinear_warpres) 10
  189. # High pass filter cutoff
  190. set fmri(paradigm_hp) 100
  191. # Total voxels
  192. set fmri(totalVoxels) 331296
  193. # Number of lower-level copes feeding into higher-level analysis
  194. set fmri(ncopeinputs) 0
  195. # 4D AVW data or FEAT directory (1)
  196. set feat_files(1) "/data/project/studyforrest_ppa/sub-01/2nd-lvl_audio-ppa-grp.gfeat/cope3.feat/stats/cope1.nii.gz"
  197. # 4D AVW data or FEAT directory (2)
  198. set feat_files(2) "/data/project/studyforrest_ppa/sub-02/2nd-lvl_audio-ppa-grp.gfeat/cope3.feat/stats/cope1.nii.gz"
  199. # 4D AVW data or FEAT directory (3)
  200. set feat_files(3) "/data/project/studyforrest_ppa/sub-03/2nd-lvl_audio-ppa-grp.gfeat/cope3.feat/stats/cope1.nii.gz"
  201. # 4D AVW data or FEAT directory (4)
  202. set feat_files(4) "/data/project/studyforrest_ppa/sub-04/2nd-lvl_audio-ppa-grp.gfeat/cope3.feat/stats/cope1.nii.gz"
  203. # 4D AVW data or FEAT directory (5)
  204. set feat_files(5) "/data/project/studyforrest_ppa/sub-05/2nd-lvl_audio-ppa-grp.gfeat/cope3.feat/stats/cope1.nii.gz"
  205. # 4D AVW data or FEAT directory (6)
  206. set feat_files(6) "/data/project/studyforrest_ppa/sub-06/2nd-lvl_audio-ppa-grp.gfeat/cope3.feat/stats/cope1.nii.gz"
  207. # 4D AVW data or FEAT directory (7)
  208. set feat_files(7) "/data/project/studyforrest_ppa/sub-09/2nd-lvl_audio-ppa-grp.gfeat/cope3.feat/stats/cope1.nii.gz"
  209. # 4D AVW data or FEAT directory (8)
  210. set feat_files(8) "/data/project/studyforrest_ppa/sub-14/2nd-lvl_audio-ppa-grp.gfeat/cope3.feat/stats/cope1.nii.gz"
  211. # 4D AVW data or FEAT directory (9)
  212. set feat_files(9) "/data/project/studyforrest_ppa/sub-15/2nd-lvl_audio-ppa-grp.gfeat/cope3.feat/stats/cope1.nii.gz"
  213. # 4D AVW data or FEAT directory (10)
  214. set feat_files(10) "/data/project/studyforrest_ppa/sub-16/2nd-lvl_audio-ppa-grp.gfeat/cope3.feat/stats/cope1.nii.gz"
  215. # 4D AVW data or FEAT directory (11)
  216. set feat_files(11) "/data/project/studyforrest_ppa/sub-17/2nd-lvl_audio-ppa-grp.gfeat/cope3.feat/stats/cope1.nii.gz"
  217. # 4D AVW data or FEAT directory (12)
  218. set feat_files(12) "/data/project/studyforrest_ppa/sub-18/2nd-lvl_audio-ppa-grp.gfeat/cope3.feat/stats/cope1.nii.gz"
  219. # 4D AVW data or FEAT directory (13)
  220. set feat_files(13) "/data/project/studyforrest_ppa/sub-19/2nd-lvl_audio-ppa-grp.gfeat/cope3.feat/stats/cope1.nii.gz"
  221. # 4D AVW data or FEAT directory (14)
  222. set feat_files(14) "/data/project/studyforrest_ppa/sub-20/2nd-lvl_audio-ppa-grp.gfeat/cope3.feat/stats/cope1.nii.gz"
  223. # Add confound EVs text file
  224. set fmri(confoundevs) 0
  225. # EV 1 title
  226. set fmri(evtitle1) ""
  227. # Basic waveform shape (EV 1)
  228. # 0 : Square
  229. # 1 : Sinusoid
  230. # 2 : Custom (1 entry per volume)
  231. # 3 : Custom (3 column format)
  232. # 4 : Interaction
  233. # 10 : Empty (all zeros)
  234. set fmri(shape1) 2
  235. # Convolution (EV 1)
  236. # 0 : None
  237. # 1 : Gaussian
  238. # 2 : Gamma
  239. # 3 : Double-Gamma HRF
  240. # 4 : Gamma basis functions
  241. # 5 : Sine basis functions
  242. # 6 : FIR basis functions
  243. set fmri(convolve1) 0
  244. # Convolve phase (EV 1)
  245. set fmri(convolve_phase1) 0
  246. # Apply temporal filtering (EV 1)
  247. set fmri(tempfilt_yn1) 0
  248. # Add temporal derivative (EV 1)
  249. set fmri(deriv_yn1) 0
  250. # Custom EV file (EV 1)
  251. set fmri(custom1) "dummy"
  252. # Orthogonalise EV 1 wrt EV 0
  253. set fmri(ortho1.0) 0
  254. # Orthogonalise EV 1 wrt EV 1
  255. set fmri(ortho1.1) 0
  256. # Higher-level EV value for EV 1 and input 1
  257. set fmri(evg1.1) 1
  258. # Higher-level EV value for EV 1 and input 2
  259. set fmri(evg2.1) 1
  260. # Higher-level EV value for EV 1 and input 3
  261. set fmri(evg3.1) 1
  262. # Higher-level EV value for EV 1 and input 4
  263. set fmri(evg4.1) 1
  264. # Higher-level EV value for EV 1 and input 5
  265. set fmri(evg5.1) 1
  266. # Higher-level EV value for EV 1 and input 6
  267. set fmri(evg6.1) 1
  268. # Higher-level EV value for EV 1 and input 7
  269. set fmri(evg7.1) 1
  270. # Higher-level EV value for EV 1 and input 8
  271. set fmri(evg8.1) 1
  272. # Higher-level EV value for EV 1 and input 9
  273. set fmri(evg9.1) 1
  274. # Higher-level EV value for EV 1 and input 10
  275. set fmri(evg10.1) 1
  276. # Higher-level EV value for EV 1 and input 11
  277. set fmri(evg11.1) 1
  278. # Higher-level EV value for EV 1 and input 12
  279. set fmri(evg12.1) 1
  280. # Higher-level EV value for EV 1 and input 13
  281. set fmri(evg13.1) 1
  282. # Higher-level EV value for EV 1 and input 14
  283. set fmri(evg14.1) 1
  284. # Group membership for input 1
  285. set fmri(groupmem.1) 1
  286. # Group membership for input 2
  287. set fmri(groupmem.2) 1
  288. # Group membership for input 3
  289. set fmri(groupmem.3) 1
  290. # Group membership for input 4
  291. set fmri(groupmem.4) 1
  292. # Group membership for input 5
  293. set fmri(groupmem.5) 1
  294. # Group membership for input 6
  295. set fmri(groupmem.6) 1
  296. # Group membership for input 7
  297. set fmri(groupmem.7) 1
  298. # Group membership for input 8
  299. set fmri(groupmem.8) 1
  300. # Group membership for input 9
  301. set fmri(groupmem.9) 1
  302. # Group membership for input 10
  303. set fmri(groupmem.10) 1
  304. # Group membership for input 11
  305. set fmri(groupmem.11) 1
  306. # Group membership for input 12
  307. set fmri(groupmem.12) 1
  308. # Group membership for input 13
  309. set fmri(groupmem.13) 1
  310. # Group membership for input 14
  311. set fmri(groupmem.14) 1
  312. # Contrast & F-tests mode
  313. # real : control real EVs
  314. # orig : control original EVs
  315. set fmri(con_mode_old) real
  316. set fmri(con_mode) real
  317. # Display images for contrast_real 1
  318. set fmri(conpic_real.1) 1
  319. # Title for contrast_real 1
  320. set fmri(conname_real.1) "group mean"
  321. # Real contrast_real vector 1 element 1
  322. set fmri(con_real1.1) 1
  323. # Contrast masking - use >0 instead of thresholding?
  324. set fmri(conmask_zerothresh_yn) 0
  325. # Do contrast masking at all?
  326. set fmri(conmask1_1) 0
  327. ##########################################################
  328. # Now options that don't appear in the GUI
  329. # Alternative (to BETting) mask image
  330. set fmri(alternative_mask) ""
  331. # Initial structural space registration initialisation transform
  332. set fmri(init_initial_highres) ""
  333. # Structural space registration initialisation transform
  334. set fmri(init_highres) ""
  335. # Standard space registration initialisation transform
  336. set fmri(init_standard) ""
  337. # For full FEAT analysis: overwrite existing .feat output dir?
  338. set fmri(overwrite_yn) 1