ptsii
ptsii
I'm using the AAL template and MNI atlas available from ANTsR: `mymni
I want to run a loop applying an iMath function ("MaurerDistance") to a bunch of images already in R. I tried: ``` for (i in ls(pattern="endo")) { + paste0(i,"_distanceMap")
**Is your feature request related to a problem? Please describe.** short question: Is there a way using ANTsR to edit the voxel dimensions of an image? Alternatively, is there a...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Just curious what the difference is between antsrSurf vs. renderSurfaceFunction... Perhaps this is the...
Once I have calculated a registration between two images, I know I can calculate Jacobians of the transformation at each voxel. However, I'd like to also calculate absolute distances for...
I'm using ANTsR tools to compare binary surfaces (virtual brain endocasts). I have found that using SyNRA on binary images gives good results, in the sense that the warped moving...
My apologies if this is posted in the wrong place... I'm running antsrMotionCalculation on a large file and want to save the output to disk for use separately, later, to...
- [ √] I didn't find a similar issue already open. - [ √] I read the documentation (README AND Wiki) - [ √] I have installed FFMpeg - [...
I just tried to build ANTsR from within R doing: ``` > library(devtools) > install_github("stnava/cmaker") > install_github("stnava/ANTsR") ``` It seemed to compile fine, but then failed on the install: ```...
Apologies if this isn't the right place to ask this question: It seems that ANTsR (and leveraging R generally) has the tools to allow one to do an MVPA (multivariate...