R/transformlist_from_outprefix.R
transformlist_from_outprefix.Rd
Get list of transforms that would likely be made with a specific `outprefix`
transformlist_from_outprefix( outprefix, typeofTransform = "SyN", only_exists = FALSE )
outprefix | If you used this in |
---|---|
typeofTransform | transformation to be used in registration |
only_exists | if |
A list of character vectors
#> $fwdtransforms #> [1] "/tmp/RtmpajwuFn/file26904f985abe1Warp.nii.gz" #> [2] "/tmp/RtmpajwuFn/file26904f985abe0GenericAffine.mat" #> #> $invtransforms #> [1] "/tmp/RtmpajwuFn/file26904f985abe0GenericAffine.mat" #> [2] "/tmp/RtmpajwuFn/file26904f985abe1InverseWarp.nii.gz" #>transformlist_from_outprefix(outprefix, typeofTransform = "Rigid")#> $fwdtransforms #> [1] "/tmp/RtmpajwuFn/file26904f985abe0GenericAffine.mat" #> #> $invtransforms #> [1] "/tmp/RtmpajwuFn/file26904f985abe0GenericAffine.mat" #>