Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
GalKepler committed Nov 9, 2024
1 parent f65493c commit f5f42ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "kepost"
version = "0.2.2"
version = "0.2.3"
description = "Post-processing for dMRI derivatives of the Strauss Neuroplasticity Brain Bank (SNBB)"
readme = "README.rst"
authors = ["Gal Kepler <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/kepost/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Gal Kepler"""
__email__ = "[email protected]"
__version__ = "0.2.2"
__version__ = "0.2.3"
4 changes: 2 additions & 2 deletions src/kepost/atlases/available_atlases/available_atlases.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ def generate_schaefer_dict() -> dict:
for n_networks in [7, 17]:
schaefer_dict[f"schaefer2018_{n_regions}_{n_networks}"] = {
"nifti": parent
/ f"schaefer2018/MNI152/space-MNI152_atlas-schaefer2018_res-1mm_den-{n_regions}_div-{n_networks}networks_dseg.nii.gz",
/ f"schaefer2018tian2020/MNI152/space-MNI152_atlas-schaefer2018_res-1mm_den-{n_regions}_div-{n_networks}networks_dseg.nii.gz",
"description_file": parent
/ f"schaefer2018/MNI152/space-MNI152_atlas-schaefer2018_res-1mm_den-{n_regions}_div-{n_networks}networks_dseg.csv",
/ f"schaefer2018tian2020/MNI152/space-MNI152_atlas-schaefer2018_res-1mm_den-{n_regions}_div-{n_networks}networks_dseg.csv",
"region_col": "index",
"index_col": 0,
}
Expand Down

0 comments on commit f5f42ae

Please sign in to comment.