Skip to content

Commit

Permalink
Add t1c to the list of possible modalities (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
aristizabal95 committed Sep 4, 2024
1 parent 7348aca commit f6927b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/BraTS/data_prep/mlcube/mlcube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ platform:

docker:
# Image name.
image: mlcommons/fets_data-prep
image: mlcommons/fets_data-prep-v2
# Docker build context relative to $MLCUBE_ROOT. Default is `build`.
build_context: "../project"
# Docker file name within docker build context, default is `Dockerfile`.
Expand Down
1 change: 1 addition & 0 deletions examples/BraTS/data_prep/project/sanity_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def check_subject_validity(subject_dir):
subject_valid = True
strings_to_check = [
"_t1.nii.gz",
"_t1c.nii.gz",
"_t1ce.nii.gz",
"_t2.nii.gz",
"_flair.nii.gz",
Expand Down

0 comments on commit f6927b8

Please sign in to comment.