Description Usage Arguments Details Value Author(s) References See Also Examples
Codes that appear in the AFNI header are mapped to meaningful character strings.
1 | convert.scene(scene.data, typestring)
|
scene.data |
defines data type. |
typestring |
defines whether func or anat data. |
switch
statements are used to map a numeric code to the appropriate
string.
A character string.
Karsten Tabelow karsten.tabelow@wias-berlin.de
AFNI
http://afni.nimh.nih.gov/pub/dist/src/README.attributes
convert.datatype.anlz
,
convert.orient.anlz
1 2 | ## 4 = CT for anatomic data
convert.scene(4, "3DIM_HEAD_ANAT")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.