Skip to content

Commit

Permalink
exa
Browse files Browse the repository at this point in the history
Signed-off-by: neuronflow <[email protected]>
  • Loading branch information
neuronflow committed Feb 15, 2024
1 parent 61885c6 commit f90a55a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/example_modality_centric_preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def preprocess(inputDir):
raw_bet_output_path=raw_bet_dir / inputDir.name + "_t1c_bet_raw.nii.gz",
raw_skull_output_path=raw_skull_dir / inputDir.name
+ "_t1c_skull_raw.nii.gz",
# normalized_bet_output_path=norm_bet_dir / inputDir.name
# + "_t1c_bet_normalized.nii.gz",
normalized_bet_output_path=norm_bet_dir / inputDir.name
+ "_t1c_bet_normalized.nii.gz",
normalized_skull_output_path=norm_skull_dir / inputDir.name
+ "_t1c_skull_normalized.nii.gz",
atlas_correction=True,
Expand Down

0 comments on commit f90a55a

Please sign in to comment.