Skip to content

Commit 7759f61

Browse files
committed
add folder structure guide for lark
1 parent 2b9b714 commit 7759f61

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
```
2+
.
3+
└── center/
4+
├── Dose Reconstruction/
5+
│ ├── DVH/
6+
│ │ └── Patient 15/
7+
│ │ ├── summed/
8+
│ │ │ ├── planned_dvh_path
9+
│ │ │ ├── DVH_no_track_path
10+
│ │ │ └── DVH_track_path
11+
│ │ └── Fx1/
12+
│ │ ├── planned_dvh_path
13+
│ │ ├── DVH_no_track_path
14+
│ │ └── DVH_track_path
15+
│ └── DICOM/
16+
│ └── Patient 15/
17+
│ ├── summed/
18+
│ │ ├── planned_dicom_path
19+
│ │ ├── Dicom_no_track_path
20+
│ │ └── Dicom_track_path
21+
│ └── Fx1/
22+
│ ├── planned_dicom_path
23+
│ ├── no_track_plan_path
24+
│ └── track_plan_path
25+
├── Patient Plans/
26+
│ └── Patient 15/
27+
│ └── Fx1/
28+
│ └── files/
29+
│ ├── CT/
30+
│ │ └── rt_ct_path
31+
│ ├── Dose/
32+
│ │ └── rt_dose_path
33+
│ ├── MRI/
34+
│ │ └── rt_mri_path
35+
│ └── Plan/
36+
│ └── rt_plan_path
37+
├── Patient Measured Motion/
38+
│ └── Patient 15/
39+
│ └── Fx1/
40+
│ └── Fx1-A/
41+
│ └── kim_logs
42+
├── Triangulation/
43+
│ └── Patient 15/
44+
│ └── Fx1/
45+
│ └── Fx1-A/
46+
│ ├── metrics
47+
│ └── triangulation
48+
├── Trajectory Logs/
49+
│ └── Patient 15/
50+
│ └── Fx1/
51+
│ └── trajectory_logs
52+
├── Patient Images/
53+
│ └── Patient 15/
54+
│ └── Fx1/
55+
│ └── Fx1-A/
56+
│ ├── KIM-KV/
57+
│ │ └── kv_images
58+
│ └── KIM-MV/
59+
│ └── mv_images
60+
├── Patient Files/
61+
│ └── Patient 15/
62+
│ └── Fx1/
63+
│ └── centroid_path
64+
└── Patient Structure Sets/
65+
└── Patient 15/
66+
└── FX1/
67+
└── rt_structure_path
68+
```

0 commit comments

Comments
 (0)