Skip to content

Commit

Permalink
Add mask outputs to example
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRosier committed Nov 6, 2024
1 parent 9219612 commit 790275b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ center = CenterModality(
raw_bet_output_path="patient/raw_bet_dir/t1c_bet_raw.nii.gz",
normalized_skull_output_path="patient/norm_skull_dir/t1c_skull_normalized.nii.gz",
normalized_bet_output_path="patient/norm_bet_dir/t1c_bet_normalized.nii.gz",
# specify output paths for the brain extraction and defacing masks
bet_mask_output="patient/masks/t1c_bet_mask.nii.gz",
deface_mask_output="patient/masks/t1c_deface_mask.nii.gz",
)

moving_modalities = [
Expand Down

0 comments on commit 790275b

Please sign in to comment.