help > RE: Applying AFNI stats file as overlay and range does not reflect f-stat values
Mar 4, 2021  12:03 PM | Chris Rorden
RE: Applying AFNI stats file as overlay and range does not reflect f-stat values
You can choose the Scripting/Templates/help menu item to see available commands. I suspect that the volume function will select a specific 3D volume in a 3D series:

volume (built-in function):
volume(layer, vol) -> For 4D images, set displayed volume (layer 0 = background; volume 0 = first volume in layer).

As shown in your screenshot, loading an AFNI 4D statistical map will show a AFNI-specific pull down menu in the Layers panel. From the rendering, it is unclear whether you are just setting a very low threshold. Looking at the 2D slice views and clicking on the image might help. 

You can use the minmax script function to set the minimum and maximum value for intensities in the image. For example
  gl.minmax(1, 3, 4)
will adjust layer 1 so that the color gradient will go from 3 (darkest) to 4 (brightest).

Threaded View

TitleAuthorDate
igallagher Feb 25, 2021
RE: Applying AFNI stats file as overlay and range does not reflect f-stat values
Chris Rorden Mar 4, 2021