RAVE:ImportingiEEGData

From OpenWetWare
(Redirected from RAVE:FormattingRawData)
Jump to navigationJump to search
RAVE logo Reproducible Analysis and Visualization of iEEG

RAVE


Importing iEEG Data

 rave::rave_import_rawdata('subject_code','project_name')

Is the recommended command to import raw iEEG data . The script searches for the specified project_name directory within the specified subject_code directory and copies all files found there into RAVE's directory and file structure. The script requests the sampling rate of the data during data acquisition (e.g. enter 2000 for 2 kHz sampling rate), then scans the specified directory. The user selects the data blocks corresponding to the appropriate project_name. The script determined whether the data is stored as 1 file per channel or 1 file containing all channels (for this, the file name must be exactly the same across the selected blocks.)

Alternate Method: Instead of using the script, users can manually place files in the correct directory structure.


Next step Preprocessing.