Skip to content

Commit

Permalink
Refactor2 (#44)
Browse files Browse the repository at this point in the history
* bug fixes

* move segmentation

* add nnunet infrence code

* add public segmentations

* add private segmentation

* speed up bids_files and give option for bufferd file search

* added transferfunctions.

* Refactor2 (#42)

* dicom function were missing

* bug-fix

---------

Co-authored-by: robert <robert.graf@tum.de>

* merge

* ruff

* ruff

* id > 100 get diffrent color

* change padding of rescalded imagase to nearest

* bug fixes

* change angle compt from 3D to 2d

* deepale, Grid_update, crop_during errosion

* update ruff and tests

* fixed from review, dilate errostion, typos

---------

Co-authored-by: ga84mun <robert.graf@tum.de>
  • Loading branch information
robert-graf and ga84mun authored Oct 24, 2024
1 parent f5c7149 commit 1d5ba11
Show file tree
Hide file tree
Showing 43 changed files with 3,599 additions and 386 deletions.
22 changes: 11 additions & 11 deletions TPTBox/core/bids_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
formats = [
"ct",
"dixon",
"snp",
"log",
"msk",
"ctd",
"T2c",
"T1c",
"pd",
Expand All @@ -17,13 +13,7 @@
"T2star",
"TIRM", # (Turbo-Inversion Recovery-Magnitude)
"STIR", # (Short-Tau Inversion Recovery)
"model",
"poi",
"uncertainty",
"angles",
"subvar",
"T2haste",
"logit",
"flair",
"DWI", # Diffusion weighted imaging
"IR", # Inversion recovery
Expand All @@ -36,8 +26,18 @@
"radiomics",
"MPR", # Rapid gradient-echo (MP RAGE) sampling
"stat",
"snp",
"log",
"msk",
"ctd",
"model",
"poi",
"uncertainty",
"angles",
"subvar",
"logit",
]
formats_relaxed = [*formats, "t2", "t1", "t2c", "t1c", "cta", "mr", "snapshot", "t1dixon"]
formats_relaxed = [*formats, "t2", "t1", "t2c", "t1c", "cta", "mr", "snapshot", "t1dixon", "dwi"]
# Recommended writing style: T1c, T2c; This list is not official and can be extended.


Expand Down
Loading

0 comments on commit 1d5ba11

Please sign in to comment.