stnava
stnava
If you want to know the effect on speed then you should only change the input images not the transformation model nor the similarity metric. I used syncc, you used...
the `quality` parameter will have an impact on speed. I don't recall if higher => slower or faster but some quick experiments should help figure that out. other than that,...
* antsrSurf just calls the VTK-enabled ANTs executable --- you would need to have compiled ANTs with VTK to have that ... but it produces very nice surface images eg...
@jeffduda any chance. you could take a look at this?
No need for PR. We are happy to do updates to tags as regularly as needed to fix bugs. On Thu, Jul 16, 2020 at 5:47 PM Jeffrey Duda wrote:...
many thanks - yes a PR to antsrcore would be helpful. brian On Thu, Jul 16, 2020 at 7:35 PM Jeffrey Duda wrote: > Ok, I pushed the fix to...
that sounds good - I just tested the surround subtract and it worked in the sense that it did not crash. will try some time later this month on real...
here is pseudo code ``` csfmat = timeSeries2Matrix( boldImage, csfMask ) csfcompcor = compcor( csfmat, 5 ) wmat = timeSeries2Matrix( boldImage, wmMask ) wmcompcor = compcor( wmat, 5 ) joined...
see `?antsApplyTransforms`
long overdue. should note: - using and reading travis output ... i.e. what we expect to see there - writing documentation - writing tests - importance of keeping tests fast...