expyfun.io.read_tab_raw

expyfun.io.read_tab_raw(fname, return_params=False)[source]

Read .tab file from expyfun output without segmenting into trials.

Parameters:
fnamestr

Input filename.

return_paramsbool

If True, return the JSON-parsed comment header.

Returns:
datalist of tuple

The data with each line from the tab file being a tuple in a list. Each tuple is of the form (timestamp, key, value).

paramsdict

The JSON-parsed comment header. Only returned if return_params=True.

See also

read_tab