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  

|
August 30, 2021 10:43AM
Howdy-

The Bob is out today, so I will take a crack at this...

For reference, I am looking at the InstaCorr and GroupInCorr demos in the Bootcamp data:
cd
curl -O [afni.nimh.nih.gov]
tar xvzf CD.tgz
cd CD
tcsh s2.cp.files . ~
cd ..
... with the relevant part of the unpacked directories being:
~/AFNI_demos/AFNI_InstaCorrDemo.mini/vol
... where there is the "@RunVolGroupInCorr" script.

From your error message about ports, I think that the niml-talking functionality has not been actuated. Looking in the @RunVolGroupInCorr script, I see:
afni -niml -npb 0 -yesplugouts -layout DemoLayout
sleep 1
3dGroupInCorr -npb 0 -setA G1.grpincorr.niml -verb &
You do have "-niml" running; do you have another instance of AFNI and/or SUMA up, by any chance? If you do, there might be port number confusion. You can specify a port number for communication explicitly with both the AFNI GUI and 3dGroupInCorr with "-npb SOMETHING"---in the above, it is "-npb 0".

Can you try 1) closing existing AFNI/SUMA instances, and 2) using "-npb NUMBER" with the same NUMBER for both the GUi and 3dGroupinCorr?
(The "sleep 1" might or might not be so useful; kind of depends on the system---gives AFNI a bit of time to setup before running 3dGroupInCorr in the demo script.)

Just some other AFNI/port functionality---
instead of closing existing AFNI/SUMA sessions that might be using a port, you should be able close just ones that might be using a particular port number, to make sure there is no crosstalk:
@Quiet_Talkers -npb_val NUMBER

--pt
Subject Author Posted

3dGroupIncorr: Error or incompetence?

Robin August 30, 2021 05:13AM

Re: 3dGroupIncorr: Error or incompetence?

ptaylor August 30, 2021 10:43AM

Re: 3dGroupIncorr: Error or incompetence?

RWCox August 30, 2021 11:39AM

Re: 3dGroupIncorr: Error or incompetence?

Robin August 30, 2021 11:48AM

Re: 3dGroupIncorr: Error or incompetence?

ptaylor August 30, 2021 12:04PM

Re: 3dGroupIncorr: Error or incompetence?

Robin August 30, 2021 08:35PM

Re: 3dGroupIncorr: Error or incompetence?

RWCox August 30, 2021 08:57PM

Re: 3dGroupIncorr: Error or incompetence?

ptaylor August 31, 2021 06:44AM

Re: 3dGroupIncorr: Error or incompetence?

Robin August 31, 2021 12:50PM

Re: 3dGroupIncorr: Error or incompetence?

Robin August 31, 2021 12:49PM

Re: 3dGroupIncorr: Error or incompetence?

ptaylor August 31, 2021 01:02PM