-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (43 loc) · 771 Bytes
/
.gitignore
File metadata and controls
44 lines (43 loc) · 771 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.idea*
.github/*
.github/ISSUE_TEMPLATE/
.github/pull_request_template.md
__pycache__/
*.nii.gz
*.nii
*.bval
*.bvec
*.npy
*.dcm
*.npy
*.mat
*.raw
bvals.txt
download
.Introduction_to_TF24_IVIM-MRI_CodeCollection_github_and_IVIM_Analysis_using_Python.ipynb
.ipynb_checkpoints
md5sums.txt
*.gz
*.zip
*.tmp
*.asv
src/original/ASD_MemorialSloanKettering/MRI-QAMPER_IVIM/test_data
src/original/ASD_MemorialSloanKettering/MRI-QAMPER_IVIM/output_files
tests/IVIMmodels/unit_tests/*.log
junit/*
ivim_simulation.bval
ivim_simulation.bvec
*.pt
papers/paper1/figs
papers/paper1/test-results*.xml
# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
*.pyc
phantoms/MR_XCAT_qMRI/*.json
phantoms/MR_XCAT_qMRI/*.txt
tests/IVIMmodels/unit_tests/models
models