open-ephys / open-ephys-matlab-tools

Matlab code for interacting with the Open Ephys GUI
MIT License
11 stars 8 forks source link

When loading session, are data already converted to microvolts? #9

Open magdalenasabat opened 1 year ago

magdalenasabat commented 1 year ago

as in the title

medengineer commented 1 year ago

No, you currently need to multiply each stream's data by its corresponding bitVolts value found in the 'structure' file of your recording.

This should be done automatically, I will add it in the next update and close this issue when it's available.