AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
May 07, 2018 01:32PM
Hi folks,

Wanted to use @SSwarper outputs with afni_proc, per @SSWarper instructions. Running into an issue during testing. This subjects completes just fine if I run nonlinear warping in the afni_proc pipeline, but when copying from @SSwarper I receive the following error
cat_matvec -ONELINE anatQQ.sub-8035ctbs_WARP.nii anatQQ.sub-8035ctbs.aff12.1D
cat_matvec: malloc.c:2394: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed.

Fatal Signal 6 (SIGABRT) received
    mri_read_double_ascii
   THD_read_dvecmat
  cat_matvec
 Bottom of Debug Stack
** AFNI version = AFNI_18.1.10  Compile date = May  4 2018
** [[Precompiled binary linux_ubuntu_16_64: May  4 2018]]
** Program Death **
** If you report this crash to the AFNI message board,
** please copy the error messages EXACTLY, and give
** the command line you used to run the program, and
** any other information needed to repeat the problem.
** You may later be asked to upload data to help debug.
** Crash log is appended to file /home/dowdlelt/.afni.crashlog

This was in the warp anat follower datasets (affine) section, specific command called:

# -----------------------------------------
# warp anat follower datasets (affine)

# catenate all transformations
cat_matvec -ONELINE                                                         \
           anatQQ.sub-8035ctbs_WARP.nii                                     \
           anatQQ.sub-8035ctbs.aff12.1D > warp.all.anat.aff12.1D

The application of the warps worked fine on the EPI data, just seemed to hit a snag with the anat_followers and failed at the first step of that section. Any ideas?

I would also like to note that the help for @SSwarper is slightly misleading, in that it states you need to do the following:
-tlrc_NL_warp                                                   \
    -tlrc_NL_warped_dsets                                           \
       anatQQ.${subj}.nii                                           \
       anatQQ.aff12.1D                                              \
       anatQQ.${subj}_WARP.nii

The second dset should also include $subj, as in anatQQ.${subj}.aff12.1D. I note this, because I first copied and pasted this section and it failed because I had incorrectly pointed towards a nonexistent 1D file
Subject Author Posted

afni proc, issue with -tlrc_NL_warped_dsets from @SSwarper

dowdlelt May 07, 2018 01:32PM

Re: afni proc, issue with -tlrc_NL_warped_dsets from @SSwarper

dowdlelt May 07, 2018 01:37PM

Re: afni proc, issue with -tlrc_NL_warped_dsets from @SSwarper

rick reynolds May 07, 2018 03:20PM

Re: afni proc, issue with -tlrc_NL_warped_dsets from @SSwarper

dowdlelt May 07, 2018 03:37PM

Re: afni proc, issue with -tlrc_NL_warped_dsets from @SSwarper

rick reynolds May 07, 2018 04:24PM

Re: afni proc, issue with -tlrc_NL_warped_dsets from @SSwarper

rick reynolds May 07, 2018 05:20PM

Re: afni proc, issue with -tlrc_NL_warped_dsets from @SSwarper

dowdlelt May 07, 2018 05:34PM

Re: afni proc, issue with -tlrc_NL_warped_dsets from @SSwarper

dowdlelt May 08, 2018 09:16AM

Re: afni proc, issue with -tlrc_NL_warped_dsets from @SSwarper

rick reynolds May 08, 2018 09:36AM

Re: afni proc, issue with -tlrc_NL_warped_dsets from @SSwarper

rick reynolds May 08, 2018 09:35AM

Re: afni proc, issue with -tlrc_NL_warped_dsets from @SSwarper

dowdlelt May 08, 2018 09:47AM

Re: afni proc, issue with -tlrc_NL_warped_dsets from @SSwarper

rick reynolds May 08, 2018 09:53AM