History of AFNI updates  

|
May 30, 2006 11:11AM
I used 3dTstat to generate a BRIK containing the mean of each voxel for a time series. The datum type of this output according to 3dinfo is float.

However the datum type of the timeseries file I want to scale is short, with no scalar attached (scanner values).

Will the following 3dcalc command work? Or do I need to convert one these files so that they are of the same type?

3dcalc -a TIMESERIES_file+orig -b MEAN_file+orig -expr '((a-b)/b)' -prefix BLAH+orig

Vinny
Subject Author Posted

3dcalc Conversion to Float

Vincent Costa May 30, 2006 11:11AM

Re: 3dcalc Conversion to Float

rick reynolds May 30, 2006 12:15PM

Re: 3dcalc Conversion to Float

Vincent Costa May 30, 2006 12:27PM