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
Modify the Warp datatype to be a "list" of mappings from / to spaces.
Add a "warper" key to the Warp datatype indicating which warper was used: fsl or ants for the moment.
Modify the SpaceWarper to allow to "auto" select the warper based on the dataset. This should require both FSL and ANTs as external dependencies. This only works if reference is "T1w": "auto" is not defined for junifer internal transforms (i.e. between template spaces)
Modify coordinates/masks/parcellations so they check for the right transform and use the "warper" parameter accordingly.
The text was updated successfully, but these errors were encountered:
Warp
datatype to be a "list" of mappings from / to spaces."warper"
key to theWarp
datatype indicating which warper was used:fsl
orants
for the moment.SpaceWarper
to allow to"auto"
select the warper based on the dataset. This should require both FSL and ANTs as external dependencies. This only works if reference is"T1w"
:"auto"
is not defined for junifer internal transforms (i.e. between template spaces)The text was updated successfully, but these errors were encountered: