Skip to content

Function Reference

Tyler K. Collins edited this page Nov 8, 2019 · 15 revisions

This page contains reference documentation for the integral functions of the Lossless pipeline. More explicit documentation can be found on the Vised Marks wiki and tutorial.

chan_variance

This function creates data arrays from an epoched EEG structure to eventually be flagged by the marks_array2flags function. Output: EEG - EEG Structure data_sd - Data array for further processing Input: EEG - Standard EEG structure 'datafield' - If 'data' is pair, output array is created with EEG data. Otherwise, it is created via ICA data 'epoch_inds' - Array of 1's and 0's marking epochs to consider. Typically this array is created via marks_label2index. 'plot_figs' - String; one of: 'on', 'off'. Default off. 'varmeasure' - String; one of: 'sd', 'absmean', 'spect'. Methodology for value that will represent the epoch. 'detrending' - String; one of: 'on', 'off'. Detrend epochs. 'spectrange' - Array of double, length 2. e.g. [0 7]. Only valid for varmeasure spect.

marks_array2flags

padflag

marks_add_label

pop_marks_merge_labels

marks_epochs2continuous

chan_neighbour_r

pop_marks_flag_gaps

pop_marks_select_data

pop_marks_event_gap

Clone this wiki locally