Skip to content
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

BUG: antsMotionCalculation / antsMotionCorrStats #37

Closed
stnava opened this issue Mar 24, 2015 · 1 comment
Closed

BUG: antsMotionCalculation / antsMotionCorrStats #37

stnava opened this issue Mar 24, 2015 · 1 comment

Comments

@stnava
Copy link
Member

stnava commented Mar 24, 2015

causes seg fault - likely type issue

library(ANTsR)
boldfn <- getANTsRData( "pcasl" )
bold <- antsImageRead( boldfn , 4 )
fixed<-getAverageOfTimeSeries( bold )
mask<-getMask( fixed )
antsMotionCalculation( bold, mask=mask, fixed=fixed, moreaccurate=0)
antsMotionCalculation( bold, mask=mask, fixed=fixed, moreaccurate=0)
kk<-antsMotionCalculation( bold, mask=mask, fixed=fixed, moreaccurate=0)
@stnava
Copy link
Member Author

stnava commented Mar 24, 2015

resolved with this commit:

bbba833

@stnava stnava closed this as completed Mar 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant