Hello!
I am having an issue with 3dQwarp when running afni_proc.py (basically example 11 from the documentation without SSwarper). Below is a snippet of the output file that starts at line 2050. There were no errors prior to this section.
#Script is running (command trimmed):
3dQwarp -prefix ./anat.un.aff.qw.nii -blur -3 -3 -workhard:0:1 -base ./base.nii -source ./anat.un.aff.nii
/bin/sh: 3dQwarp: command not found
#**ERROR Failed in warping step
** ERROR - script failed
3dbucket: No match.
When I type 3dQwarp into command line, it says command not found and I noticed it is not in abin. I just updated AFNI binaries, and I have tried deleting abin and /.afni/help folders, restarting my computer, then reinstalling AFNI. 3dQwarp reappears, but then when I type it into command line, it says "zsh: killed" and the 3dQwarp file disappears from abin.
Below is the output of afni_system_check.py. AFNI and SUMA both load and all other functions appear to work; it is just 3dQwarp. I'd appreciate your help. Thanks in advance!
-------------------------------- general ---------------------------------
architecture: 64bit
cpu type: i386
system: Darwin
release: 21.6.0
version: Darwin Kernel Version 21.6.0: Sat Jun 18 17:07:25 PDT 2022; root:xnu-8020.140.41~1/RELEASE_X86_64
distribution: 10.16
number of CPUs: 8
apparent login shell: zsh
shell RC file: .zshrc (exists)
--------------------- AFNI and related program tests ---------------------
which afni : /Users/monicaly/abin/afni
afni version : Precompiled binary macos_10.12_local: Jul 28 2023
: AFNI_23.2.02 'Marcus Didius Severus Julianus'
AFNI_version.txt : AFNI_23.2.02, macos_10.12_local, Jul 28 2023, official
which python : /Users/monicaly/opt/anaconda3/bin/python
python version : 3.9.12
which R : /usr/local/bin/R
R version : R version 3.6.3 (2020-02-29) -- "Holding the Windsock"
instances of various programs found in PATH:
afni : 1 (/Users/monicaly/abin/afni)
R : 1 (/Library/Frameworks/R.framework/Versions/3.6/Resources/bin/R)
python : 1 (/Users/monicaly/opt/anaconda3/bin/python3.9)
python2 : 0
python3 : 2
/Users/monicaly/opt/anaconda3/bin/python3.9
/usr/bin/python3
** have python3 but not python2
testing ability to start various programs...
afni : success
suma : success
3dSkullStrip : success
3dAllineate : success
3dRSFC : success
SurfMesh : success
3dClustSim : success
uber_subject.py : success
3dMVM : success
------------------------ dependent program tests -------------------------
checking for dependent programs...
which tcsh : /bin/tcsh
which Xvfb : /opt/X11/bin/Xvfb
checking for R packages...
rPkgsInstall -pkgs ALL -check : success
R RHOME : /Library/Frameworks/R.framework/Resources
------------------------------ python libs -------------------------------
++ module loaded: matplotlib.pyplot
module file : /Users/monicaly/opt/anaconda3/lib/python3.9/site-packages/matplotlib/pyplot.py
matplotlib version : 3.5.2
-------------------------------- env vars --------------------------------
PATH = /Users/monicaly/opt/anaconda3/bin:/Users/monicaly/opt/anaconda3/condabin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Library/Apple/usr/bin:/Users/monicaly/abin
PYTHONPATH (sub-shell) =
R_LIBS (sub-shell) =
LD_LIBRARY_PATH (sub-shell) =
DYLD_LIBRARY_PATH (sub-shell) = :/opt/X11/lib/flat_namespace
DYLD_FALLBACK_LIBRARY_PATH (sub-shell) =
----------------------------- eval dot files -----------------------------
----------- AFNI $HOME files -----------
.afnirc : found
.sumarc : found
.afni/help/all_progs.COMP : found
--------- shell startup files ----------
** warning: .tcshrc does NOT seem to contain 'source .cshrc'
-- (csh and tcsh will use different files)
-- considered operations: path, flatdir, apsearch
-- note: followers should not need edits, so edit flags should be 0
(have 0 follower(s), which can be ignored)
dot file test : want 1 modifications across 3 files:
file path flatdir apsearch follower
--------------- ---- ------- -------- --------
.cshrc 0 0 0 0
.tcshrc 0 0 1 0
.zshrc 0 0 0 0
------------------------------ data checks -------------------------------
data dir : missing AFNI_data6
data dir : missing AFNI_demos
data dir : missing suma_demo
data dir : missing afni_handouts
atlas : found TT_N27+tlrc under /Users/monicaly/abin
------------------------------ OS specific -------------------------------
XQuartz version : 2.8.1
which brew : /usr/local/bin/brew
brew version : Homebrew 2.4.8
-- consider installing gcc under homebrew
-- consider installing glib under homebrew
++ found 1 dylib files under '/opt/X11/lib/flat_namespace'
-- found 'libXt' dylib files:
/opt/X11/lib/flat_namespace/libXt.6.dylib
-- recent OS X, cheating to check DYLD_LIBRARY_PATH in cur shell 'zsh'...
++ found evar DYLD_LIBRARY_PATH = :/opt/X11/lib/flat_namespace
-- recent OS X, cheating to check DYLD_LIBRARY_PATH in shell 'tcsh'...
++ found evar DYLD_LIBRARY_PATH = /opt/X11/lib/flat_namespace
========================= summary, please fix: =========================
* just be aware: login shell 'zsh', but our code examples use 'tcsh'
* dot file test : want 1 modifications across 3 files:
* insufficient data for AFNI bootcamp
(see "Prepare for Bootcamp" on install pages)
AFNI version info (afni -ver
): Precompiled binary macos_10.12_local: Jul 28 2023 (Version AFNI_23.2.02 'Marcus Didius Severus Julianus')