powered by
Repeatedly run N3 on slices of time series and return image
timeseriesN3(boldimg, mask, ncorrections = c(4, 2, 2))
input matrix
mask to use
levels at which to apply n3
antsImage is output
# NOT RUN { bold<-makeImage( c(10,10,10,4), rnorm(4000) ) mask<-getMask( getAverageOfTimeSeries( bold ) ) boldn3<-timeseriesN3( bold, mask, c(4,2) ) # }
Run the code above in your browser using DataLab