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 14, 2013 10:45PM
Dear Experts,

I am new to AFNI and Mac. But my project requires me to analyze fMRI data with some inherited matlab codes. These matlab codes call afni to analysis multiple files with the same command, e.g.

number = (1:5)
c2=['3dvolreg -prefix runreg_',number, '-base run',number,'+orig[3] -Fourier run',number,'+orig.BRIK'];
unix(c2)

I have run these code perfectly on my lab mate's mac laptop. But I run into errors on a newly purchased iMac with os X 10.8.4. Specifically, I found that all the files generated during the matlab running are no more unix executable files as on my labmate's laptop, but rather documents. These newly generated data file, and even old data files those worked previously in the laptop, can't be recognized by afni anymore.

My lab mate thought it could be due to a lack of appropriate compilers as he has previously installed some compilers on his laptop. Unfortunately, his labtop is sent out for repair now and I can't find out what could be wrong now.

Is there any compiler my new imac missing? I have installed Fink and Xcode, but they don't help. Maybe I haven't set the fink or Xcode correctly? Any suggestions, please?


Update:

It seems that the major problem I have now is in 3dvolreg in this new iMac

"3dvolreg -prefix runreg_8 -base run8+orig[3] -dfile run8_d.D -1Dfile run8_1d.1D -Fourier run8+orig.BRIK"

Return message is
"3dvolreg: No match."

But I can still run
'3dvolreg -prefix runreg_8 -dfile run8_d.D -1Dfile run8_1d.1D -Fourier run8+orig.BRIK'
without "-base run8+orig[3]"

This was not a problem on my labmate's laptop. Any suggestions? Thanks a lot.



Thanks so much!


Jmzhuo



Edited 3 time(s). Last edit at 08/15/2013 06:29AM by jmzhuo.
Subject Author Posted

afni data can't be recognized in a new iMac os X10.8.4

jmzhuo August 14, 2013 10:45PM

Re: afni data can't be recognized in a new iMac os X10.8.4

Peter Molfese August 14, 2013 11:53PM

Re: afni data can't be recognized in a new iMac os X10.8.4

jmzhuo August 14, 2013 11:57PM

Re: afni data can't be recognized in a new iMac os X10.8.4

Peter Molfese August 15, 2013 12:13AM

Re: afni data can't be recognized in a new iMac os X10.8.4

jmzhuo August 15, 2013 06:28AM

Re: afni data can't be recognized in a new iMac os X10.8.4

Peter Molfese August 15, 2013 07:42AM

Re: afni data can't be recognized in a new iMac os X10.8.4

jmzhuo August 15, 2013 07:50AM

Re: afni data can't be recognized in a new iMac os X10.8.4

Peter Molfese August 15, 2013 08:11AM

Re: afni data can't be recognized in a new iMac os X10.8.4

jmzhuo August 15, 2013 08:13AM