We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3e271 commit 9f3e97aCopy full SHA for 9f3e97a
brainles_preprocessing/preprocessor.py
@@ -216,6 +216,7 @@ def run(
216
217
# Optional: Brain extraction
218
brain_extraction = any(modality.bet for modality in self.all_modalities)
219
+ # print("brain extraction: ", brain_extraction)
220
221
if brain_extraction:
222
bet_dir = os.path.join(self.temp_folder, "brain-extraction")
0 commit comments