# csv outputs

The Analyzer csv outputs for each pipeline contains some columns which are the same as in the raw data exported from EmotivPRO. This is detailed in the [EmotivPRO manual](https://emotiv.gitbook.io/emotivpro-v3/managing-your-eeg-data-recordings/exporting-an-eeg-data-recording/csv-files#eeg-quality).&#x20;

In addition to these, the Analyzer outputs will include different columns depending on the pipeline.

**Basic EEG Processing:**

| Key                                                                                                                                                                                                                                    | Value                                                          |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| latency\_\_desc                                                                                                                                                                                                                        | Time since the start of the recording in seconds               |
| <p>eeg.\<sensor><br>Examples: eeg.af3, eeg.f7</p>                                                                                                                                                                                      | Processed EEG data for each EEG sensor, in microvolts.         |
| <p>sq.sampleratequality</p><p>sq.overallsensorquality</p><p>sq.pm </p><p>sq.signalmagnitudequality sq.internalsignalmagnitudequality </p><p>sq.sensorqualityscore sq.internalsensorqualityscore </p><p>sq.likelihood </p><p>sq.rms</p> | These columns are for internal use for calculating EEG Quality |

**EEG transformation and Band Power Reports (Individual and Grouped) :**

| Key                                        | Value                                                                                                                                                          |
| ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| stamp\_i\_\_desc                           | timestamp of the start of the Fourier transform window                                                                                                         |
| stamp\_f\_\_desc                           | timestamp of the end of the Fourier transform window                                                                                                           |
| latency\_i\_\_desc                         | time of the beginning of the Fourier transform window relative to the beginning of the recording                                                               |
| latency\_f\_\_desc                         | time of the beginning of the Fourier transform window relative to the end of the recording.                                                                    |
| eeg.\[ch]\_\[low\_f]\_\[high\_f]Hz\_\_feat | The bandpowers in decibels (ie 10\*log10 (band\_power per hertz) in the channel ch in the band from low\_f to high\_f (including low\_f and excluding high\_f) |
| minimum\_cq\_\_desc                        | Contact quality score of the worst channel in the Fourier transform window                                                                                     |
| maximum\_rms\_\_desc                       | The largest root mean square(RMS) over the Fourier transform window.                                                                                           |
| data\_fixed\_\_desc                        | A flag to say that there was data missing or other problem in the Fourier transform window.                                                                    |
| marker\_label\_\_desc                      | The event marker or event label name                                                                                                                           |
| phasename\_\_desc                          | The phase name - This is typically only found in records created with Emotiv Builder/Emotiv LABS experiments                                                   |
| record\_title                              | Title or name of the record                                                                                                                                    |
| subject\_id                                | subject identification number                                                                                                                                  |
