-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
abpBrainExtraction crash #54
Comments
Can you provide the images you were using? 2015-06-10 17:14 GMT-04:00 BrysonBR notifications@github.com:
|
for the template should be the whole head, just like the raw T1 the mask should be the template's brain mask this function is a fast approximation to https://github.com/stnava/ANTs/blob/master/Scripts/antsBrainExtraction.sh which has been evaluated more thoroughly you might also try |
also - just updated the documentation https://github.com/stnava/ANTsR/blob/master/man/abpBrainExtraction.Rd#L10-L12 |
Thank you both for your quick responses. The link below has all of the files that I used originally and others which will be explained below. First, in response to the extended explanation of the tem and temmask variables, I decided to re-run with the following code:
Which resulted in the same error:
I also tried getMask, but it did not give me a good result (also in the link). |
I'm getting the same issue...it looks like antsRegistration isn't actually
2015-06-11 11:50 GMT-04:00 BrysonBR notifications@github.com:
|
might try verbose output to get some insight brian On Thu, Jun 11, 2015 at 12:22 PM, bkandel notifications@github.com wrote:
|
several "interesting" things going on here ...
then do the work on the close version ... make a close version for each image. |
I just installed ANTsR and the problem I am having is with abpBrainExtraction.
I enter the following commands in R in terminal:
And I get the following error:
So I called antsApplyTransforms() w/o arguments, but it wasn't helpful to me:
The "img" image is a MPRAGE from the ABIDE dataset.
The "tem" image is the bet brain extracted version of the same image(I wasn't sure what to put here).
And the "temmask" is the brain mask output from bet.
I've run the example in the manual and it runs fine. Also, I tried running abpBrainExtraction.R another time, and although it didn't give me good results (probably from a bad choice of the "tem" image), it did finish without errors. Any ideas on what I can do?
The text was updated successfully, but these errors were encountered: