Nick Tustison

Results 341 comments of Nick Tustison

Yeah, agreed. Whenever I need to make custom color bars, I create my own using `convertScalarImageToRGB` but, correct me if I'm wrong, I don't think that functionality is available in...

One easy solution off the top of my head: ``` colorbarImage

@cookpa --- Here's the code snippet in question from above: https://github.com/ANTsX/ANTs/blob/master/Tensor/TensorFunctions.h#L682C1-L691 That return type looks wrong. I don't know how we haven't seen this before.

> Perhaps its some systematic typecast error? I doubt it. This is at the level of ITK. I'm going to update the ITK tag in ANTs and the ANTs tag...

My guess is that, yes, you're dealing with an outdated build. I run the following and don't have any issues: ``` $ antsRegistrationSyNQuick.sh -d 3 -f sub-LS101_ses-20221214T100203_roi-brain_T2w.nii -m sub-LS101_ses-20221214T100203_dir-fwd_proc-mean_roi-brain_bold.nii -n...

Screenshots are sometimes adequate but, in this case, you're going to need to post a problematic data set.

I ran the following: ``` $ antsRegistrationSyNQuick.sh -d 3 -f sub-LS102_ses-20221214T113013_roi-brain_T2w.nii -m sub-LS102_ses-20221214T113013_dir-fwd_proc-mean_roi-brain_bold.nii -n 4 -o test ``` and got something perfectly reasonable (attached as testWarped.nii.gz) considering the input images....