You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importsiibra# as of v0.4a48p=siibra.parcellations["julich 3.0"]
r=p.get_region("Subiculum (Hippocampus)")
# This will not go through the higher granularity since children of "Subiculum (Hippocampus)" are mapped in 157 region map.r.fetch_regional_map("mni152", maptype="statistical")
The text was updated successfully, but these errors were encountered:
Suggestion: add map_spec: str = "" keyword argument that adds the check for extra specififcation ie:
if (
m.space.matches(fetch_space) andm.parcellation==self.parcellationandm.provides_imageandm.maptype==maptypeandself.nameinm.regionsandmap_specinm.name
):
The text was updated successfully, but these errors were encountered: