Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Importing OpenEphys .event in Matlab / neuroexplorer4 #82

Open
alfonsogravante opened this issue Oct 21, 2019 · 0 comments
Open

Importing OpenEphys .event in Matlab / neuroexplorer4 #82

alfonsogravante opened this issue Oct 21, 2019 · 0 comments

Comments

@alfonsogravante
Copy link

Hello,

I’m trying to import data from open ephys to neuroexplorer 4.

I first import data in matlab using load_open_ephys_data.m or load_open_ephys_data_faster.m.
Then, to bypass the well known import issues, I import data in neuroexplore by means of nex script GetMatlabVectorAsContVar.nsc for continuous variables and GetMatlabTimestampVector.nsc for events variables.

Everything works fine for .continuous data, but I have problems when trying to import .events.

In particular, I can import in Matlab only 1 column of data. In this column each number represents the number of channel-line changing phase in time (e.g. if I switch on dig 2, then dig 3 and then off 3 and 2 I’ll read 2332). However I cannot import timestamps and the flag (1 or 0, on/off).
Note that importing data with the demo version of neuroexplorer 5 and sending to Matlab, I have as a result a matrix of 5 columns: 1 timestmps; 2 event type; 3 processor ID; 4 event ID (i.e. 1 or 0 of the dig. Channel); 5 event channel, thus I believe all data are present in the .event file.

Do you think it is a problem in our Open-ephys configuration?
Did someone else had the same problem? Any solution or suggestion?

Thanks in advance for help

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant