-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommand.sh
More file actions
25 lines (19 loc) · 858 Bytes
/
Copy pathcommand.sh
File metadata and controls
25 lines (19 loc) · 858 Bytes
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
# As a test, try to recreate from original image
NonLocalSuperResolution -d 2 \
-i Input/IXI002-Guys-0828-T2_slice90_resampled.nii.gz \
-j Input/IXI002-Guys-0828-T2_slice90.nii.gz \
-v 1 \
-s 32x16x8x4x2x1 \
-g 10.0 \
-t 1e5 \
-o outputFromT2.nii.gz
# Now try from the T1 image
NonLocalSuperResolution -d 2 \
-i Input/IXI002-Guys-0828-T2_slice90_resampled.nii.gz \
-k Input/IXI002-Guys-0828-T1_slice90.nii.gz \
-v 1 \
-s 32x16x8x4x2x1 \
-g 10.0 \
-t 1e5 \
-o outputFromT1.nii.gz \
-n bspline