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  

|
Daniel Glen
June 09, 2006 03:27PM
I took a look at the data. Everything seems to be fine; Matlab's values match AFNI's values. The BrikLoad function scales the data applying the scale factors if necessary, so you don't have to worry about it. The scale factors are fairly typical to scale a short integer down to a floating point value. If you don't want to have scale factors, you can convert the data to float with 3dcalc -datum float -nscale. To verify any particular voxel yourself, you can set the AFNI gui to display voxel coordinates instead of xyz position in the Define Datamode, Miscellaneous menu. Note the i,j,k coordinates in the upper left and the voxel value in the Overlay panel. Alternatively, you can use 3dMaskdup -ibox i j k dataset+orig'[19]'. Then in Matlab, do something like

>> V21(32,65,4)

ans =

2.0449

Again, keep in mind the coordinates in Matlab are 1-based so add 1 to each of AFNI's coordinates (i,j,k,sub-brick).
Subject Author Posted

BrikLoad a functional brick

Kazu May 31, 2006 03:37PM

Re: BrikLoad a functional brick

Ziad Saad May 31, 2006 03:44PM

Re: BrikLoad a functional brick

Kazu May 31, 2006 04:31PM

Re: BrikLoad a functional brick

Ziad Saad June 01, 2006 05:29PM

Re: BrikLoad a functional brick

Kazu June 05, 2006 07:56PM

Re: BrikLoad a functional brick

Galileo June 06, 2006 08:57AM

Re: BrikLoad a functional brick

Kazu June 06, 2006 08:52PM

Re: BrikLoad a functional brick

Daniel Glen June 07, 2006 10:12AM

Re: BrikLoad a functional brick

Kazu June 07, 2006 09:26PM

Re: BrikLoad a functional brick

Daniel Glen June 07, 2006 10:12PM

Re: BrikLoad a functional brick

Kazu June 08, 2006 08:53AM

Re: BrikLoad a functional brick

Daniel Glen June 09, 2006 03:27PM

Re: BrikLoad a functional brick

Kazu June 13, 2006 09:30AM