Commit 7734291
File tree
9 files changed
+31
-36
lines changed- src
- Image_Processing
- DTI
- fMRI
- sMRI
- Machine_Learning
- viewer
- pages
- utils
9 files changed
+31
-36
lines changed- .gitattributes+35
- .github/workflows/pre-commit.yml+17
- .github/workflows/python-publish.yml+31-30
- .gitignore+5-1
- .pre-commit-config.yaml+19
- DLICV/.gitattributes+35
- DLICV/README.md+5
- DLICV/VERSION-1
- DLICV/__main__.py+339-65
- DLICV/compute_icv.py-63
- DLICV/nnunet_preprocessed/Dataset901_Task901_dlicv/dataset.json+11
- DLICV/nnunet_preprocessed/Dataset901_Task901_dlicv/dataset_fingerprint.json+18.1k
- DLICV/nnunet_preprocessed/Dataset901_Task901_dlicv/nnUNetPlans.json+434
- DLICV/nnunet_preprocessed/Dataset901_Task901_dlicv/splits_final.json+9.1k
- DLICV/nnunet_raw/Dataset901_Task901_dlicv/datalist.json+11.2k
- DLICV/nnunet_raw/Dataset901_Task901_dlicv/dataset.json+11
- DLICV/src/.gitattributes+35
- DLICV/utils.py+41
- Dockerfile+1-1
- MANIFEST.in-2
- README.md+13-92
- requirements-dev.txt-2
- requirements-test.txt-3
- requirements.txt+4-2
- setup.cfg+42
- setup.py+22-32
- tests/__init__.py
- tests/test_main.py+34-33
- .gitattributes+35
- .github/workflows/pre-commit.yml+17
- .github/workflows/python-publish.yml+40
- .gitignore+4-1
- .pre-commit-config.yaml+19
- DLMUSE/.gitattributes+36
- DLMUSE/VERSION-1
- DLMUSE/__main__.py+357-71
- DLMUSE/compute_muse.py-63
- DLMUSE/compute_volumes.py-173
- DLMUSE/dicts/MUSE_mapping_consecutive_indices.csv-153
- DLMUSE/dicts/MUSE_mapping_derived_rois.csv-260
- DLMUSE/nnunet_preprocessed/Dataset903_Task903_DLMUSEV2/dataset.json+161
- DLMUSE/nnunet_preprocessed/Dataset903_Task903_DLMUSEV2/dataset_fingerprint.json+19.0k
- DLMUSE/nnunet_preprocessed/Dataset903_Task903_DLMUSEV2/nnUNetPlans.json+282
- DLMUSE/nnunet_preprocessed/Dataset903_Task903_DLMUSEV2/splits_final.json+9.5k
- DLMUSE/nnunet_raw/Dataset903_Task903_DLMUSEV2/datalist.json+11.4k
- DLMUSE/nnunet_raw/Dataset903_Task903_DLMUSEV2/dataset.json+161
- DLMUSE/utils.py+41
- Dockerfile+4
- README.md+14-82
- requirements-dev.txt-2
- requirements-test.txt-3
- requirements.txt+5-2
- setup.cfg+42
- setup.py+35-47
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | | - | |
237 | | - | |
| 236 | + | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | | - | |
243 | | - | |
| 242 | + | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
250 | | - | |
| 249 | + | |
| 250 | + | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | | - | |
| 261 | + | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| 272 | + | |
272 | 273 | | |
273 | 274 | | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
280 | 281 | | |
281 | 282 | | |
282 | 283 | | |
| |||
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
294 | | - | |
| 295 | + | |
295 | 296 | | |
296 | 297 | | |
297 | 298 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 79 | | |
89 | 80 | | |
90 | 81 | | |
| |||
139 | 130 | | |
140 | 131 | | |
141 | 132 | | |
| 133 | + | |
142 | 134 | | |
143 | 135 | | |
144 | 136 | | |
| 137 | + | |
145 | 138 | | |
146 | 139 | | |
147 | 140 | | |
| |||
199 | 192 | | |
200 | 193 | | |
201 | 194 | | |
202 | | - | |
203 | | - | |
| 195 | + | |
| 196 | + | |
204 | 197 | | |
205 | 198 | | |
206 | 199 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| |||
0 commit comments