-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNatureProtocols_step6.txt
61 lines (61 loc) · 1.07 KB
/
NatureProtocols_step6.txt
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
#################################################
## Parameters for step 6 of the CUBIC Analysis ##
#################################################
#
#
# Note: to avoid any problem, please do not
# change the file structure, only the
# parameter values
#
#
###########
# Folders #
###########
#
# Folder containing the NIfTI files
/Users/perrin2/Desktop/CUBIC/nii_merged/
#
# Folder containing the registration files
/Users/perrin2/Desktop/CUBIC/registration/
#
# Folder containing the analysis results
/Users/perrin2/Desktop/CUBIC/analysis/
#
#
#
##########
# Brains #
##########
#
# List of brain IDs
001,002,003
#
# Internal reference brain
003
#
# Brain atlas (including full path)
/Users/perrin2/Dropbox/Code_for_macubic_computer/atlas/atlas_rescaled.nii
#
#
#
################
# Registration #
################
#
# Registration method used in steps 4 and 5 ("affine" or "SyN")
affine
#
#
#
############
# Log file #
############
#
# Name of the log file (including full path)
/Users/perrin2/Desktop/CUBIC/logs/log_NatureProtocols_step6.txt
#
#
#
#########
## END ##
#########