-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
93 lines (77 loc) · 1.94 KB
/
.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
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
.ipynb_checkpoints
__pycache__
*.swp
*-validation.csv
*-crop.pdf
*~
Plastimatch_data/
pediatric_phantom_data/Pediatric phantom.zip
pediatric_phantom_data/Pediatric phantom/
pediatric_phantom_data/meshes/
notebooks
notebooks/outcmaes/
2-output_data/*.mha
notebooks/digimouse/atlas.zip
notebooks/digimouse/atlas/
notebooks/digimouse/ct_data.zip
notebooks/digimouse/ct_data/
notebooks/digimouse/meshes/
notebooks/digimouse/segmentations/
notebooks/gVirtualXRay_output_data/
notebooks/gVirtualXRay_output_data/digimouse-phantom-mu511keV.mha
notebooks/gVirtualXRay_output_data/digimouse-phantom-proj-511keV.mha
notebooks/gVirtualXRay_output_data/digimouse-phantom-sinogram-511keV.mha
notebooks/gVirtualXRay_output_data/digimouse_flat.mha
notebooks/gVirtualXRay_output_data/digimouse_ground_truth_CT_recons_in_mu.mha
notebooks/gVirtualXRay_output_data/digimouse_minus_log_projs.mha
notebooks/gVirtualXRay_output_data/digimouse_simu_CT_recons_in_mu.mha
notebooks/gVirtualXRay_output_data/digimouse_sinograms.mha
notebooks/plots/screenshot-beam-on-digimouse.pdf
notebooks/plots/screenshot-beam-on-digimouse.png
notebooks/VHP
notebooks/pediatric_phantom/
notebooks/pediatric_phantom_data/Pediatric\ phantom*
notebooks/pediatric_phantom_data/meshes
notebooks/pediatric_phantom_data/segmentations
notebooks/gVirtualXRay_output_data/l_buffer-*
notebooks/XRayAllAnatomy.zip
notebooks/VHP.zip
notebooks/gVirtualXRay_output_data/simpleCT_*.mha
notebooks/gVirtualXRay_output_data/HIPS_screenshot_*.tif
notebooks/gVirtualXRay_output_data/HIPS_xray_*.tif
1-GATE_vs_gVirtualXRay/outcmaes/
gvxr/col_0.stl
gvxr/col_1.stl
gvxr/col_2.stl
gvxr/col_3.stl
gvxr/col_4.stl
gvxr/json2gvxr.py
gvxr/matrix.stl
gvxr/*.mha
gvxr/test.png
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app