Convert ANALYZE Codes | R Documentation |
Codes that appear in the ANALYZE header are mapped to meaningful character strings.
convert.bitpix.anlz(bitpix = NULL) convert.datatype.anlz(datatype.code = NULL) convert.orient.anlz(orientation)
bitpix |
is the bit-per-pixel code. |
datatype.code |
defines data type. |
orientation |
defines the orientation. |
switch
statements are used to map a numeric code to the
appropriate string.
A character string.
Brandon Whitcher bwhitcher@gmail.com
ANALYZE 7.5
http://eeg.sourceforge.net/ANALYZE75.pdf
convert.datatype
, convert.bitpix
,
convert.intent
, convert.form
,
convert.units
, convert.slice
## 4 = SIGNED_SHORT convert.datatype.anlz(4) ## 16 = FLOAT convert.datatype.anlz(16) ## 2 = "saggital unflipped" convert.orient.anlz(2) ## 4 = "coronal flipped" convert.orient.anlz(4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.