-
Notifications
You must be signed in to change notification settings - Fork 2
/
NatureProtocols_step8.txt
54 lines (54 loc) · 1.04 KB
/
NatureProtocols_step8.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
#################################################
## Parameters for step 8 of the CUBIC Analysis ##
#################################################
#
#
# Note: to avoid any problem, please do not
# change the file structure, only the
# parameter values
#
#
###########
# Folders #
###########
#
# Folder containing the raw TIFF files
/Users/perrin2/Desktop/CUBIC/raw/
#
# Folder containing the NIfTI-1 files
/Users/perrin2/Desktop/CUBIC/nii_merged/
#
# Folder containing the normalised TIFF files
/Users/perrin2/Desktop/CUBIC/tiff/
#
#
#
##########
# Brains #
##########
#
# List of brain IDs (for raw TIFF stack normalisation)
001,002,003
#
# Median intensity for each brain
6064.06,5803.39,6640.76
#
# List of brain IDs (for NIfTI-1 to TIFF export)
sub_003_from_002_normalised
#
# Number of slices for these brains to export (should be same value for all)
169
#
#
############
# Log file #
############
#
# Name of the log file (including full path)
/Users/perrin2/Desktop/CUBIC/logs/log_NatureProtocols_step8.txt
#
#
#
#########
## END ##
#########