-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
29 lines (25 loc) · 949 Bytes
/
.gitignore
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
# Solutions
doc/solutions/coursework1_opional.m
doc/solutions/cw04_DL_Fit.m
# running output
doc/course_material/coursework_outputs/cw1.mat
doc/course_material/coursework_outputs/cw2.mat
doc/course_material/coursework_outputs/cw3.mat
doc/course_material/coursework_outputs/cw4.mat
# Example dataset
NODDI_example_dataset/NODDI_DWI.hdr
NODDI_example_dataset/brain_mask.hdr
NODDI_example_dataset/NODDI_DWI.img
NODDI_example_dataset/brain_mask.img
NODDI_example_dataset/roi_mask.hdr
NODDI_example_dataset/roi_mask.img
NODDI_example_dataset/output/example_ficvf.nii
NODDI_example_dataset/output/example_fiso.nii
NODDI_example_dataset/output/example_fibredirs_xvec.nii
NODDI_example_dataset/output/example_fmin.nii
NODDI_example_dataset/output/example_fibredirs_yvec.nii
NODDI_example_dataset/output/example_kappa.nii
NODDI_example_dataset/output/example_fibredirs_zvec.nii
NODDI_example_dataset/output/example_odi.nii
# Matlab temporary files
*.asv