Skip to content

Commit 8a1b221

Browse files
neuronflowCopilot
andauthored
Update BraTS/utils.py
Co-authored-by: Copilot <[email protected]>
1 parent 4f3b684 commit 8a1b221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BraTS/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def visualize_segmentation_data(
1616
"""Visualize the MRI modalities for a given slice index
1717
1818
Args:
19-
data_folder (Union[str, Path]): Path to the folder containing the t1, t1c, t2 & flair file. Defaults to DATA_FOLDER.
19+
data_folder (Union[str, Path], optional): Path to the folder containing the t1, t1c, t2 & flair file. Defaults to DATA_FOLDER.
2020
slice_index (int, optional): Slice to be visualized (first index in data of shape (155, 240, 240)). Defaults to 75.
2121
"""
2222
_, axes = plt.subplots(1, 4, figsize=(12, 10))

0 commit comments

Comments
 (0)