Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Mar 25, 2024
1 parent ba50602 commit 06dda97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions giga_connectome/postprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,12 @@ def _get_masker(atlas_path: Path) -> NiftiLabelsMasker | NiftiMapsMasker:
atlas_masker = NiftiLabelsMasker(
labels_img=atlas_path,
standardize=False,
cmap="grey",
cmap="gray",
)
elif atlas_type == "probseg":
atlas_masker = NiftiMapsMasker(
maps_img=atlas_path,
standardize=False,
cmap="grey",
cmap="gray",
)
return atlas_masker

0 comments on commit 06dda97

Please sign in to comment.