Skip to content

Commit 9f3e97a

Browse files
committed
bet
Signed-off-by: neuronflow <[email protected]>
1 parent dc3e271 commit 9f3e97a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

brainles_preprocessing/preprocessor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ def run(
216216

217217
# Optional: Brain extraction
218218
brain_extraction = any(modality.bet for modality in self.all_modalities)
219+
# print("brain extraction: ", brain_extraction)
219220

220221
if brain_extraction:
221222
bet_dir = os.path.join(self.temp_folder, "brain-extraction")

0 commit comments

Comments
 (0)