View source: R/class-BlackrockFile.R
convert_blackrock | R Documentation |
Convert 'BlackRock' 'NEV/NSx' files
convert_blackrock(
file,
block = NULL,
subject = NULL,
to = NULL,
epoch = c("comment", "digital_inputs", "recording", "configuration", "log",
"button_trigger", "tracking", "video_sync"),
format = c("mat", "hdf5"),
header_only = FALSE,
...
)
file |
path to any 'NEV/NSx' file |
block |
the block name, default is file name |
subject |
subject code to save the files; default is |
to |
save to path, must be a directory; default is under the file path.
If |
epoch |
what type of events should be included in epoch file; default include comment, digital inputs, recording trigger, configuration change, log comment, button trigger, tracking, and video trigger. |
format |
output format, choices are |
header_only |
whether just to generate channel and epoch table; default is false |
... |
ignored for enhanced backward compatibility |
The results will be stored in directory specified by to
.
Please read the output message carefully.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.