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  

|
December 30, 2009 12:44AM
So, I have a weight map I generated using some feature selection method. I want to visualize this weight map.

I've done this sort of thing in the past. I usually, write out my weight map as an ASCII file with a .BRIK extension, using fwrite. I then copy the .HEAD file of a similar sized (Slice, time, etc) expt. Then, I run 3dnewid and 3drefit -redo_bstat

When I run 3dnewid I keep getting 'have no warp but have no data as well'. Ive tried a lot of things, but I keep getting this error. Please help.

You can find the necessary files here:

[www.cse.msu.edu]

[www.cse.msu.edu]

[www.cse.msu.edu]

Here's the exact list of operations I perform:
*****IN MATLAB******
fid=fopen('fil.BRIK','w');
fwrite(fid,w,'float');
fclose(fid);

*****IN SHELL UNIX**
cp reg_TS1_mask800_detrend_norm_float_0_15+tlrc.HEAD fil.HEAD
3dnewid fil
3drefit -redo_bstat fil

********************

I get the errors when i try to get a new id.

Please Help.

Sincerely,
Mayur
Subject Author Posted

have no warp but have no data as well

Mayur Mudigonda December 30, 2009 12:44AM

Re: have no warp but have no data as well

Judd December 30, 2009 02:08PM

Re: have no warp but have no data as well

Mayur Mudigonda December 30, 2009 06:04PM

Re: have no warp but have no data as well

Judd December 30, 2009 08:00PM