History of AFNI updates  

|
June 29, 2020 08:04PM
Absolutely. I uploaded the script I ran as a .txt in my files -- Create_Run_Preprocess_Script_11b_SSwarp -- (I assume/hope you have access to that?). The script is roughly running example 11b from afni_proc.py to process my resting state data with my anatomical but I have it running @SSwarper first to skull strip and put in MNI space and then using those warp files for the afni_proc.py.

The relevant lines for the @SSwarper would be:
@SSwarper -input ${sid}_${series}_anat+orig        \
        -subid ${sid}_${series}                  \
        -odir  ${sid}_${series}_anat_warped      \
        -base  ${template}
The given variables are set in the following ways earlier in the script:
set template = "/home/keith/abin/MNI152_2009_template_SSW.nii.gz"
foreach id(004) # a foreach loop to go through each subject
# 001 002 003 004... etc.
     set sid = "Sub_${id}"
     set series = "01" # there was only ever 1 scan per subject
     #### Everything else including the @SSwarper commands and then afni_proc.py ######
end

Thanks!



Edited 1 time(s). Last edit at 06/29/2020 08:04PM by kxd344.
Subject Author Posted

Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

kxd344 June 29, 2020 01:14PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

ptaylor June 29, 2020 02:01PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

kxd344 June 29, 2020 04:31PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

ptaylor June 29, 2020 04:45PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

kxd344 June 29, 2020 06:18PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

ptaylor June 29, 2020 07:51PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

kxd344 June 29, 2020 08:04PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received Attachments

ptaylor June 29, 2020 10:21PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

kxd344 July 01, 2020 12:20PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

ptaylor July 01, 2020 05:22PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

rick reynolds July 01, 2020 10:13PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

kxd344 July 02, 2020 01:19PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

rick reynolds July 02, 2020 02:09PM

Re: @SSWarper Fatal Signal 11 (SIGSEGV) & 3dAllineate -cmass

kxd344 July 02, 2020 04:23PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

kxd344 July 08, 2020 02:04PM