convert_afni: Convert AFNI data codes

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Codes that appear in the AFNI header are mapped to meaningful character strings.

Usage

1
convert.scene(scene.data, typestring)

Arguments

scene.data

defines data type.

typestring

defines whether func or anat data.

Details

switch statements are used to map a numeric code to the appropriate string.

Value

A character string.

Author(s)

Karsten Tabelow karsten.tabelow@wias-berlin.de

References

AFNI
http://afni.nimh.nih.gov/pub/dist/src/README.attributes

See Also

convert.datatype.anlz, convert.orient.anlz

Examples

1
2
## 4 = CT for anatomic data
convert.scene(4, "3DIM_HEAD_ANAT")

neuroconductor/oro.nifti documentation built on May 19, 2021, 5:25 a.m.