This has been split off from a previous thread:
https://afni.nimh.nih.gov/afni/community/board/read.php?1,163585,163603#msg-163603
… because this is a separate question. (The previous thread already included multiple subtopics.)
–pt
Hi Paul,
Sorry that I keep bothering you with so many questions, but I encountered new error messages when running @SSwarper script:
set btemplate = MNI152_2009_template_SSW.nii.gz
set tpath = @FindAfniDsetPath ${btemplate}
if( “$tpath” == “” ) exit 1
set subj = C10
@SSwarper
-input {$subj}_2_t1+orig
-base $btemplate
-subid $subj \
Following is the error messages in the output:
+++ Command Echo:
3dQwarp -lite -base /Users/bl/abin/MNI152_2009_template_SSW.nii.gz[0] -source ./junk.SSwarper.5XAHIpy2lsU_AffSS.nii -iniwarp ./junk.SSwarper.5XAHIpy2lsU_QQ5_WARP.nii -warpscale 1 -pcl -inilev 6 -maxlev 7 -workhard:6:7 -wtgaus 4.5 -inedge -pblur -nodset -prefix ./junk.SSwarper.5XAHIpy2lsU_QQ7.nii
++ 3dQwarp: AFNI version=AFNI_20.0.23 (Mar 27 2020) [64-bit]
++ Authored by: Zhark the (Hermite) Cubically Warped
** ERROR: Can’t open warp dataset ‘./junk.SSwarper.5XAHIpy2lsU_QQ5_WARP.nii’
** FATAL ERROR: Cannot open -iniwarp ./junk.SSwarper.5XAHIpy2lsU_QQ5_WARP.nii
** Program compile date = Mar 27 2020
++ SSW Step 6 … piece 3a
++ OpenMP thread count = 4
+++ Command Echo:
3dQwarp -lite -base /Users/bl/abin/MNI152_2009_template_SSW.nii.gz[0] -source ./junk.SSwarper.5XAHIpy2lsU_AffSS.nii -iniwarp ./junk.SSwarper.5XAHIpy2lsU_QQ7_WARP.nii -warpscale 1 -pcl -inilev 8 -minpatch 17 -wtgaus 4.5 -inedge -pblur -nodset -prefix ./junk.SSwarper.5XAHIpy2lsU_QQ9.nii
++ 3dQwarp: AFNI version=AFNI_20.0.23 (Mar 27 2020) [64-bit]
++ Authored by: Zhark the (Hermite) Cubically Warped
** ERROR: Can’t open warp dataset ‘./junk.SSwarper.5XAHIpy2lsU_QQ7_WARP.nii’
** FATAL ERROR: Cannot open -iniwarp ./junk.SSwarper.5XAHIpy2lsU_QQ7_WARP.nii
** Program compile date = Mar 27 2020
++ SSW Step 6 … piece 3b
++ OpenMP thread count = 4
+++ Command Echo:
3dQwarp -lite -base /Users/bl/abin/MNI152_2009_template_SSW.nii.gz[0] -source ./junk.SSwarper.5XAHIpy2lsU_AffSS.nii -iniwarp ./junk.SSwarper.5XAHIpy2lsU_QQ9_WARP.nii -warpscale 1 -pcl -inilev 10 -wtgaus 4.5 -inedge -pblur -minpatch 11 -prefix ./anatQQ.C10.nii
++ 3dQwarp: AFNI version=AFNI_20.0.23 (Mar 27 2020) [64-bit]
++ Authored by: Zhark the (Hermite) Cubically Warped
** ERROR: Can’t open warp dataset ‘./junk.SSwarper.5XAHIpy2lsU_QQ9_WARP.nii’
** FATAL ERROR: Cannot open -iniwarp ./junk.SSwarper.5XAHIpy2lsU_QQ9_WARP.nii
** Program compile date = Mar 27 2020
++ SSW: done warping. Finalize.
++ no -frac option: defaulting to -union
++ processing 1 input datasets…
++ padding all datasets by 0 (for dilations)
** FATAL ERROR: failed to open mask dataset ‘./anatQQ.C10.nii’
** Program compile date = Mar 27 2020
++ 3dcalc: AFNI version=AFNI_20.0.23 (Mar 27 2020) [64-bit]
++ Authored by: A cast of thousands
** FATAL ERROR: can’t open dataset ./anatQQ.C10.nii
** Program compile date = Mar 27 2020
mv: rename ./anatQQc.C10.nii to ./anatQQ.C10.nii: No such file or directory
++ SSW Step 7
** ERROR: @snapshot_volreg can’t find ./anatQQ.C10.nii
** ERROR: @snapshot_volreg can’t find ./anatQQ.C10.nii
Do you know what’s wrong with it?
Thanks,
Joy