Skip to content

Commit 85e635c

Browse files
committed
ENH: add memory estimate to FSL's segmentation node
1 parent 76ac95a commit 85e635c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/example_preprocessing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"\n",
198198
"# FAST - Image Segmentation\n",
199199
"segmentation = Node(FAST(output_type='NIFTI_GZ'),\n",
200-
" name=\"segmentation\")\n",
200+
" name=\"segmentation\", mem_gb=4)\n",
201201
"\n",
202202
"# Select WM segmentation file from segmentation output\n",
203203
"def get_wm(files):\n",

0 commit comments

Comments
 (0)