Horea Christian

Results 283 comments of Horea Christian

@robertoostenveld thanks for opening this PR.

@yarikoptic found this → https://afni.nimh.nih.gov/pub/dist/atlases/afni_atlases_dist/ Is this the correct place to get the data files from? If sou, should this be bundled with the AFNI build or can I install...

also found a bundled version one directory level up :)

In as far as Gentoo packaging goes it should all be implemented as of https://github.com/gentoo/sci/commit/0075b0aa4f9993e0bc54e9d627329332555d16e0

I think the issue might be related to the missing reference data, the linking output you show indicates only NIFTI-2 is used. I think that's how it *should* be, right?...

@yarikoptic can you send me some example data you use for your command so I can try to reproduce the bug locally?

@afni-rickr I could indeed reproduce the error with the example data you provided (also with @yarikoptic 's but yours is public): ```console [deco]/tmp ❱ wget https://afni.nimh.nih.gov/pub/dist/edu/data/CD/AFNI_data6.tgz &> /dev/null [deco]/tmp ❱...

Just reporting though perhaps it's obvious, also fails on the newest release tag: ```console [deco]/tmp ❱ 3dDeconvolve -input ee.nii.gz -polort 3 -bucket b.nii.gz ** AFNI can't deal with 5 dimensional...

@leej3 the fix doesn't seem to work after applying the patch to `=afni-24.1.16`. build log → https://ppb.chymera.eu/9c0daf.html `src/nifti/nifticdf/CMakeLists.txt` after the patch: ```console decohost /var/tmp/portage/sci-biology/afni-24.1.16/work/afni-AFNI_24.1.16 # rg NIFTI_CDFLIB src/nifti/nifticdf/CMakeLists.txt 1:set(NIFTI_CDFLIB_NAME ${NIFTI_PACKAGE_PREFIX}nifticdf)...

@leej3 that was indeed the issue, thank you. I also assume that for me to be able to use this the patch needs to go here → https://github.com/NIFTI-Imaging/nifti_clib/pull/188 In any...